aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/scss/app/common.scss')
-rw-r--r--htdocs/scss/app/common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/scss/app/common.scss b/htdocs/scss/app/common.scss
index 074c1aa..723c1ff 100644
--- a/htdocs/scss/app/common.scss
+++ b/htdocs/scss/app/common.scss
@@ -34,6 +34,11 @@ body.full-width .base-width {
margin-left: auto;
margin-right: auto;
}
+body.wide .base-width {
+ max-width: $wide_width;
+ margin-left: auto;
+ margin-right: auto;
+}
input[type="text"],
input[type="password"],