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 | f3341615610d64afb86777d3097e33d1b3c7f497 (patch) | |
| tree | 860394729ecd8103486a655d525d19f216dbdfd0 /docker | |
| parent | 2dc92e291181adc00073039058ca7aefc2d666c3 (diff) | |
| download | crupest-f3341615610d64afb86777d3097e33d1b3c7f497.tar.gz crupest-f3341615610d64afb86777d3097e33d1b3c7f497.tar.bz2 crupest-f3341615610d64afb86777d3097e33d1b3c7f497.zip  | |
Fix color strip.
Diffstat (limited to 'docker')
| -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;  }  | 
