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";

View File

@ -27,7 +27,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<!-- Custom styles for this template -->
<link href="/static/css/main.css?v=6" rel="stylesheet">
<link href="/static/css/main.css?v=7" rel="stylesheet">
<!-- Core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>