aboutsummaryrefslogtreecommitdiff
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
commit0cf16a0d64076679d1ae7fbad2bbb2443a321ab2 (patch)
tree239dcf97583b47a6a090cf895167c29366cbdccf
parent3b1897e03c7d21ee63f34c8ce90449e6057c3cd1 (diff)
downloadcrupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.tar.gz
crupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.tar.bz2
crupest-0cf16a0d64076679d1ae7fbad2bbb2443a321ab2.zip
Fix www slogan padding.
-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 {