Skip to content

Commit 4b9b856

Browse files
committed
Decreased width
1 parent 72ac450 commit 4b9b856

2 files changed

Lines changed: 5 additions & 16 deletions

File tree

scss/style.scss

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
@import "_reset";
77
@import "_variables";
88
@import "_mixins";
9-
@import "_highlights"; // Tempted to move this to the end of the file, so that it shows up at the end of the .css
9+
@import "_highlights";
10+
// 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.
1011

1112
//
1213
// BASE RULES
@@ -17,7 +18,7 @@ html {
1718
}
1819

1920
body {
20-
max-width: 820px;
21+
max-width: 700px;
2122
margin: 0 auto;
2223

2324
background: $white;
@@ -204,13 +205,6 @@ article {
204205
}
205206

206207
footer {
207-
text-align: center;
208-
209-
border-top: 1px $lightGray solid;
208+
// border-top: 1px $lightGray solid;
210209
padding: 1rem 0;
211-
212-
p {
213-
margin: 0 0 1rem 0;
214-
font-size: 14px;
215-
}
216210
}

style.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ html {
285285
font-size: 100%; }
286286

287287
body {
288-
max-width: 820px;
288+
max-width: 700px;
289289
margin: 0 auto;
290290
background: white;
291291
font: 18px/1.4 Helvetica, Arial, sans-serif;
@@ -423,9 +423,4 @@ article {
423423
color: #666666; }
424424

425425
footer {
426-
text-align: center;
427-
border-top: 1px #bbbbbb solid;
428426
padding: 1rem 0; }
429-
footer p {
430-
margin: 0 0 1rem 0;
431-
font-size: 14px; }

0 commit comments

Comments
 (0)