diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b737b0c89..d80c57799 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2563,6 +2563,11 @@ table { height: $line-height * 2; background: $highlight; margin-top: rem-calc(-48); + + @include breakpoint($global-width) { + margin-left: calc(#{$full-width-margin}); + margin-right: calc(#{$full-width-margin}); + } } .cards-container {