Decreased width
parent
72ac450454
commit
4b9b856761
|
@ -6,7 +6,8 @@
|
||||||
@import "_reset";
|
@import "_reset";
|
||||||
@import "_variables";
|
@import "_variables";
|
||||||
@import "_mixins";
|
@import "_mixins";
|
||||||
@import "_highlights"; // Tempted to move this to the end of the file, so that it shows up at the end of the .css
|
@import "_highlights";
|
||||||
|
// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting.
|
||||||
|
|
||||||
//
|
//
|
||||||
// BASE RULES
|
// BASE RULES
|
||||||
|
@ -17,7 +18,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 820px;
|
max-width: 700px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
background: $white;
|
background: $white;
|
||||||
|
@ -204,13 +205,6 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
// border-top: 1px $lightGray solid;
|
||||||
|
|
||||||
border-top: 1px $lightGray solid;
|
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0 0 1rem 0;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -285,7 +285,7 @@ html {
|
||||||
font-size: 100%; }
|
font-size: 100%; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 820px;
|
max-width: 700px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: white;
|
background: white;
|
||||||
font: 18px/1.4 Helvetica, Arial, sans-serif;
|
font: 18px/1.4 Helvetica, Arial, sans-serif;
|
||||||
|
@ -423,9 +423,4 @@ article {
|
||||||
color: #666666; }
|
color: #666666; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
|
||||||
border-top: 1px #bbbbbb solid;
|
|
||||||
padding: 1rem 0; }
|
padding: 1rem 0; }
|
||||||
footer p {
|
|
||||||
margin: 0 0 1rem 0;
|
|
||||||
font-size: 14px; }
|
|
||||||
|
|
Loading…
Reference in New Issue