]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Disable the fullhd viewport
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:29:33 +0000 (18:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:29:33 +0000 (18:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/_variables.sass

index a4979332c9b0649673644723b79f6e51274c82c8..367b05cfa076044ab6ebcf01cd6762ee7aef2416 100644 (file)
@@ -1,3 +1,7 @@
+// Disable the fullhd viewport which will give us slightly more narrow pages
+// which are easier to read
+$fullhd-enabled: false
+
 // Import some basic variables from Bulma
 @import "../third-party/bulma/sass/utilities/initial-variables.sass"