diff options
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 3 | 
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 { | 
