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 | 8b1466c5a5c027ffd51f8743c7f2b4cb0374556b (patch) | |
tree | 239dcf97583b47a6a090cf895167c29366cbdccf /docker/crupest-nginx | |
parent | a4714922baf6419da1f24d0a556124fca901a150 (diff) | |
download | crupest-8b1466c5a5c027ffd51f8743c7f2b4cb0374556b.tar.gz crupest-8b1466c5a5c027ffd51f8743c7f2b4cb0374556b.tar.bz2 crupest-8b1466c5a5c027ffd51f8743c7f2b4cb0374556b.zip |
Fix www slogan padding.
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 { |