Skip to content

Commit 4c154e2

Browse files
rbuchsenekor
authored andcommitted
Style: Add left margin for columns on all screen sizes
1 parent f7f0908 commit 4c154e2

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
@@ -163,6 +163,11 @@ ul.nav, ul.nav li {
163163
margin-bottom: 0;
164164
}
165165

166+
// TODO: remove when switching to Tachyons -- these are overrides for Skeleton.
167+
.column, .columns {
168+
margin-left: 4%;
169+
}
170+
166171
.nav a {
167172
color: var(--gray);
168173
color: var(--nav-links-a);

0 commit comments

Comments
 (0)