aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Braam <martijn@brixit.nl>2023-05-16 13:19:26 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 13:31:03 +0200
commit4a3059552b88ad469ac7d57ed0adb5b7db30c3ee (patch)
tree5007b6a69ecdbc70c9c3bf889bf160e1f9f16fcf
parentf51599f1830b0de90ab5e924041f88af4bc1d36b (diff)
downloadwritefreesoftware.org-4a3059552b88ad469ac7d57ed0adb5b7db30c3ee.tar.xz
Give the next-buttons more space on mobile screens
-rw-r--r--assets/sass/_custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index 1c8c1fe..e25d0a8 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -62,4 +62,8 @@ ol li::marker {
background-repeat: no-repeat;
transform-origin: 50% 50%;
}
+
+ @media screen and (max-width:557px) {
+ max-width: 100%;
+ }
}