diff options
Diffstat (limited to 'resources/sass')
| -rw-r--r-- | resources/sass/style.scss | 4 |
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 */ } |
