diff --git a/static/src/less/style.less b/static/src/less/style.less index b9ad2c7..f93ad28 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -18,7 +18,6 @@ html, body{ height: 100%; width: 100%; font-weight: 300; - } p { @@ -171,7 +170,7 @@ footer { padding-top: 50px; } h1 { - margin: 5px 0; + margin: 10px 0; display: inline-block; font-size: 60px; } @@ -218,3 +217,13 @@ footer { .gh-card iframe { .box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6)); } + +/* @group X-Large */ + +@media (min-width: 1500px) { + .container { + width: 1400px + @grid-gutter-width; + } +} + +/* @end X-Large */