Add a wider viewport of 1400px for very wide screens (1600px+).

This commit is contained in:
ReimuHakurei
2017-05-24 04:09:16 +00:00
parent 4fa9972252
commit dfe745c635
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
@media (min-width: 1480px) {
.container {
width: 1400px;
}
}
.panel-heading-collapse a:after {
font-family:'Glyphicons Halflings';
content:"\e114";