Skip to content

Commit 3b096fc

Browse files
committed
Style: Add left margin for columns on all screen sizes
1 parent d0bdd7d commit 3b096fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/app.scss

+5
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ ul.nav, ul.nav li {
105105
margin-bottom: 0;
106106
}
107107

108+
// TODO: remove when switching to Tachyons -- these are overrides for Skeleton.
109+
.column, .columns {
110+
margin-left: 4%;
111+
}
112+
108113
.nav a {
109114
color: $gray;
110115
}

0 commit comments

Comments
 (0)