diff options
Diffstat (limited to 'docker/crupest-nginx')
-rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 547322a..590416f 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -48,6 +48,7 @@ body { background-color: dodgerblue; text-align: center; padding: 0.5em 1em; + box-sizing: border-box; } .slogan-text { |