diff options
| author | Bobby <[email protected]> | 2023-05-04 05:27:02 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-04 05:27:02 -0400 |
| commit | 6546e7927ae52fce656248364519329b866c33df (patch) | |
| tree | f301f6404009d433c6007f91a10a7e212397e934 /static/css/styles.css | |
| parent | efeabae57fbccc603d13fa05a5cc5956c6a06873 (diff) | |
| download | thatcomputerscientist-6546e7927ae52fce656248364519329b866c33df.tar.xz thatcomputerscientist-6546e7927ae52fce656248364519329b866c33df.zip | |
Update styles.css
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 287eb516..d1e648f1 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -12,7 +12,7 @@ body { background-image: url("../images/site/pattern.png"); background-repeat: no-repeat; background-attachment: fixed; - background-size: 100% auto; + background-size: cover; background-position: center center; } |
