aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 2aa52d57..e3212a66 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -131,7 +131,7 @@ section.links {
flex-wrap: wrap;
flex-direction: column;
width: 350px;
- max-height: 930px;
+ max-height: 970px;
}
section.links div {
@@ -375,19 +375,27 @@ input:disabled {
cursor: not-allowed;
}
-
@media (max-width: 1250px) {
body.option {
flex-direction: column;
- width: 750px;
+ width: 95vw;
align-items: center;
+ padding: 40px 0px;
}
section.links {
flex-direction: row;
- width: 750px;
+ width: 95vw;
padding: 0 55px;
}
+
+ section.block-option {
+ width: 95vw;
+ }
+
+ div.checklist div x {
+ overflow: hidden;
+ }
}
html.mobile img,