aboutsummaryrefslogtreecommitdiff
path: root/static/css/styles.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-04 05:27:02 -0400
committerGitHub <[email protected]>2023-05-04 05:27:02 -0400
commit6546e7927ae52fce656248364519329b866c33df (patch)
treef301f6404009d433c6007f91a10a7e212397e934 /static/css/styles.css
parentefeabae57fbccc603d13fa05a5cc5956c6a06873 (diff)
downloadthatcomputerscientist-6546e7927ae52fce656248364519329b866c33df.tar.xz
thatcomputerscientist-6546e7927ae52fce656248364519329b866c33df.zip
Update styles.css
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css2
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;
}