diff options
author | crupest <crupest@outlook.com> | 2022-11-29 12:32:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-29 12:32:14 +0800 |
commit | 0eb614117a56125a9e10384fa073afa702220c1b (patch) | |
tree | 860394729ecd8103486a655d525d19f216dbdfd0 | |
parent | 677b65d7a51aee708f8e89a6b5adb12e7bfafcb4 (diff) | |
download | crupest-0eb614117a56125a9e10384fa073afa702220c1b.tar.gz crupest-0eb614117a56125a9e10384fa073afa702220c1b.tar.bz2 crupest-0eb614117a56125a9e10384fa073afa702220c1b.zip |
Fix color strip.
-rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 3 |
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; } |