summaryrefslogtreecommitdiffhomepage
path: root/resources/sass/style.scss
diff options
context:
space:
mode:
authorCamil Staps2021-12-23 10:30:37 +0100
committerCamil Staps2021-12-23 10:30:37 +0100
commitb4c0fee1ced0af3e18a03592ee6185bbf8d26e8e (patch)
tree8ab4c8afb7a1ddc0afc7cde70bb80c6b771085e7 /resources/sass/style.scss
parentAdd header/nav/section/article tags where appropriate (diff)
Do not wrap on pronunciation and pronouns in header
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 33e8a52..75bc06b 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -30,6 +30,10 @@ body {
font-size: larger;
}
+.nowrap {
+ white-space: nowrap;
+}
+
abbr {
border-width: 0 !important;
}