summaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/pug/finals/index.pug4
-rw-r--r--resources/sass/style.scss4
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;
}