Skip to content

Commit 6ae7e0e

Browse files
committed
Move container margins to page.css
Makes the columns on main page less squished!
1 parent 227c21c commit 6ae7e0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/css/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ pre code {
198198
/* Container */
199199
@media screen and (min-width: 880px) {
200200

201-
.container {
202-
margin: 0 220px;
203-
}
204-
205201
.container.xsmall {
206202
width: 15em;
207203
}

assets/css/page.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
#ham-toggle {
44
display: none;
55
}
6+
7+
.container {
8+
margin: 1em 220px;
9+
}
610
}
711

812
@media screen and (max-width: 879px) {

0 commit comments

Comments
 (0)