diff --git a/src/styles/app.scss b/src/styles/app.scss index e33b36bf3..0e2b44e44 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -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; }