From 7e28f57436fccf3d8dff864dc73570fee562170c Mon Sep 17 00:00:00 2001 From: Midou36O <45198486+Midou36O@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:21:04 +0100 Subject: [PATCH] Seems like something broke, this could fix it? --- src/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 204d6cd..34fdba2 100644 --- a/src/index.css +++ b/src/index.css @@ -29,13 +29,14 @@ html { body { background-color:rgb(30, 30, 30); background-image: url(https://github.com/Midou36O/midou36o.github.io/blob/main/src/images/BG_FHD.png?raw=true); + background-repeat:no-repeat; + background-size: cover; + background-position: center center; color: var(--brighter-purple-color); margin: 0px; font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - background-repeat:no-repeat; - background-position: center center; } .sociallink {