aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-07 21:20:22 +0800
committercrupest <crupest@outlook.com>2023-07-07 21:20:22 +0800
commit8b1466c5a5c027ffd51f8743c7f2b4cb0374556b (patch)
tree239dcf97583b47a6a090cf895167c29366cbdccf /docker/crupest-nginx
parenta4714922baf6419da1f24d0a556124fca901a150 (diff)
downloadcrupest-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.css1
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 {