diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index bffe9a6..c6e9885 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -294,6 +294,34 @@ ul.route-history > li { display: inline-block; } } + .row .col { + padding: 0 $gutter-width; + } + .container.nav-wrapper { + width: 90%; + } + .container { + width: 100%; + } + .collection { + margin-left: (-1 * $gutter-width); + margin-right: (-1 * $gutter-width); + border-left: none; + border-right: none; + } + table { + width: 100vw; + margin-left: (-1 * $gutter-width); + margin-right: (-1 * $gutter-width); + tr { + th:first-child, td:first-child { + padding-left: $gutter-width; + } + th:last-child, td:last-child { + padding-right: $gutter-width; + } + } + } } a.timeline-link {