diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/responsive.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 01c7403..ca1a510 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -629,7 +629,7 @@ $sidebarOut: -330px; display: block; margin-left: auto; margin-right: auto; - max-width: $max-content-width; + max-width: calc($max-content-width + 2 * $page-margin); min-height: 100vh; padding-top: 10px; } |
