1
Fork 0

Add extra large container size

This commit is contained in:
Jake Howard 2016-04-07 22:06:49 +01:00
parent a5b4f30d0e
commit 40438c6da6

View file

@ -18,7 +18,6 @@ html, body{
height: 100%; height: 100%;
width: 100%; width: 100%;
font-weight: 300; font-weight: 300;
} }
p { p {
@ -171,7 +170,7 @@ footer {
padding-top: 50px; padding-top: 50px;
} }
h1 { h1 {
margin: 5px 0; margin: 10px 0;
display: inline-block; display: inline-block;
font-size: 60px; font-size: 60px;
} }
@ -218,3 +217,13 @@ footer {
.gh-card iframe { .gh-card iframe {
.box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6)); .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 */