diff options
author | crupest <crupest@outlook.com> | 2023-07-07 21:20:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-07 21:20:22 +0800 |
commit | 0cf16a0d64076679d1ae7fbad2bbb2443a321ab2 (patch) | |
tree | 239dcf97583b47a6a090cf895167c29366cbdccf /docker | |
parent | 3b1897e03c7d21ee63f34c8ce90449e6057c3cd1 (diff) | |
download | crupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.tar.gz crupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.tar.bz2 crupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.zip |
Fix www slogan padding.
Diffstat (limited to 'docker')
-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 { |