aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-29 12:32:14 +0800
committercrupest <crupest@outlook.com>2022-11-29 12:32:14 +0800
commit0eb614117a56125a9e10384fa073afa702220c1b (patch)
tree860394729ecd8103486a655d525d19f216dbdfd0
parent677b65d7a51aee708f8e89a6b5adb12e7bfafcb4 (diff)
downloadcrupest-0eb614117a56125a9e10384fa073afa702220c1b.tar.gz
crupest-0eb614117a56125a9e10384fa073afa702220c1b.tar.bz2
crupest-0eb614117a56125a9e10384fa073afa702220c1b.zip
Fix color strip.
-rw-r--r--docker/crupest-nginx/sites/www/src/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css
index c692ba7..48e94db 100644
--- a/docker/crupest-nginx/sites/www/src/style.css
+++ b/docker/crupest-nginx/sites/www/src/style.css
@@ -6,6 +6,9 @@ body {
width: 100%;
margin: 0;
box-sizing: border-box;
+}
+
+#main-article {
padding: 0 1em;
}