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 | |
| parent | Add header/nav/section/article tags where appropriate (diff) | |
Do not wrap on pronunciation and pronouns in header
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/finals/index.pug | 4 | ||||
| -rw-r--r-- | resources/sass/style.scss | 4 | 
2 files changed, 7 insertions, 1 deletions
| 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;  } | 
