aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 13:05:32 +0800
committercrupest <crupest@outlook.com>2022-11-28 13:05:32 +0800
commit873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb (patch)
tree736f2155b95b610b8ff77bc9e0caac728fbde73b /docker
parent3ab852dbd30351665cf97a10894f584a1c3ee36b (diff)
downloadcrupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.tar.gz
crupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.tar.bz2
crupest-873c9b4e39e47d2e6e1dbf40ee6f2e812c229adb.zip
Make io more maintainable.
Diffstat (limited to 'docker')
-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 b632745..c692ba7 100644
--- a/docker/crupest-nginx/sites/www/src/style.css
+++ b/docker/crupest-nginx/sites/www/src/style.css
@@ -6,6 +6,7 @@ body {
width: 100%;
margin: 0;
box-sizing: border-box;
+ padding: 0 1em;
}
@media (min-width: 576px) {