diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2024-02-20 16:24:10 +0100 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2024-02-20 16:24:10 +0100 |
| commit | e4c5051d788deac2bbc9810eebf99cbfad40a61d (patch) | |
| tree | d1d4456ac9e5b55cab18f05303eeb60f2ac1b879 | |
| parent | 56e6709ae80052afb3754073ec9cd723c63ca0db (diff) | |
use $max-content-width as the actual content width for .consuming_mode, re #3759biest-3759
| -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; } |
