From b4c0fee1ced0af3e18a03592ee6185bbf8d26e8e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Dec 2021 10:30:37 +0100 Subject: Do not wrap on pronunciation and pronouns in header --- resources/pug/finals/index.pug | 4 +++- resources/sass/style.scss | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index bf59bb5..73ac68c 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -12,7 +12,9 @@ block content div#basicinfo(style="display:table-cell;vertical-align:bottom;") h1 | Camil Staps  - small [ka'mil stɑps] he/his + small.nowrap [ka'mil stɑps] + small   + small.nowrap he/his p span.tt.obfuscate | info@c 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; } -- cgit v1.2.3