diff options
author | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:52:20 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2021-01-01 01:52:20 -0500 |
commit | 03db8207a463c713d968345fca48de1846d2d528 (patch) | |
tree | b06e5e170f005d590e7af696506a428c0414f658 /static | |
parent | b1eec95b6d578b890b5a957b6e61378d5eedab14 (diff) |
nonbreaking
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 6280df7..b46b683 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,11 @@ p { } .sep { - margin-left: 10px; - margin-right: 10px; + margin-left: 6px; + margin-right: 6px; } + +.nonbreaking { + white-space: nowrap; +} + |