Add extra large container size
This commit is contained in:
parent
a5b4f30d0e
commit
40438c6da6
1 changed files with 11 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Reference in a new issue