aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-02-16 17:18:49 +0800
committercrupest <crupest@outlook.com>2023-02-16 17:18:49 +0800
commitb668530968587c2bf3507a71257289dd85d43ee8 (patch)
tree9f2d2dac6578a7f5fd55497e5eaa4ce25b4dc62b /docker/crupest-nginx/sites/www/src
parent9ccfbf95538d67f692cca918993b8181fe12c95c (diff)
downloadcrupest-b668530968587c2bf3507a71257289dd85d43ee8.tar.gz
crupest-b668530968587c2bf3507a71257289dd85d43ee8.tar.bz2
crupest-b668530968587c2bf3507a71257289dd85d43ee8.zip
Fix #15.
Diffstat (limited to 'docker/crupest-nginx/sites/www/src')
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css
index 528260e..d105287 100644
--- a/docker/crupest-nginx/sites/www/src/style.css
+++ b/docker/crupest-nginx/sites/www/src/style.css
@@ -50,6 +50,9 @@ body {
background-color: dodgerblue;
font-size: 1.2em;
color: white;
+ white-space: nowrap;
+ overflow-x: auto;
+ padding: 0 1em;
}
.friend-link {