summaryrefslogtreecommitdiffhomepage
path: root/resources/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass/style.scss')
-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 */
}