Skip to content

Commit

Permalink
Style: Add left margin for columns on all screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuch committed Mar 1, 2021
1 parent d0bdd7d commit 3b096fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ ul.nav, ul.nav li {
margin-bottom: 0;
}

// TODO: remove when switching to Tachyons -- these are overrides for Skeleton.
.column, .columns {
margin-left: 4%;
}

.nav a {
color: $gray;
}
Expand Down

0 comments on commit 3b096fc

Please sign in to comment.