diff options
| author | Camil Staps | 2021-12-23 10:30:37 +0100 |
|---|---|---|
| committer | Camil Staps | 2021-12-23 10:30:37 +0100 |
| commit | b4c0fee1ced0af3e18a03592ee6185bbf8d26e8e (patch) | |
| tree | 8ab4c8afb7a1ddc0afc7cde70bb80c6b771085e7 /resources/sass | |
| parent | Add header/nav/section/article tags where appropriate (diff) | |
Do not wrap on pronunciation and pronouns in header
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 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; } |
