summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2026-01-15 08:28:58 +0100
committerCamil Staps2026-01-15 08:28:58 +0100
commit8ea9394d6d5afae67f7373bc359e53f7d44762ae (patch)
tree7e5ecd4c333bc581ad5599b3479c1115a0f2905a /resources/sass
parentAdd BiOr review of Park (2023) (diff)
Reduce footer font size
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss
index 13242db..00447e6 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -99,6 +99,10 @@ body {
font-size: larger;
}
+.smaller {
+ font-size: smaller;
+}
+
.wrap-anywhere {
word-wrap: anywhere; /* utlity to prevent horizontal scrolling on small screens */
}