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.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/htdocs/scss/app/common.scss b/htdocs/scss/app/common.scss
index 723c1ff..5e23a52 100644
--- a/htdocs/scss/app/common.scss
+++ b/htdocs/scss/app/common.scss
@@ -34,10 +34,13 @@ 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;
+
+@media screen and (min-width: $wide_width) {
+ body.wide .base-width {
+ max-width: $wide_width;
+ margin-left: auto;
+ margin-right: auto;
+ }
}
input[type="text"],