From f6d14745263abedd480e1ee029a4812c93f9bb53 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Fri, 7 Jul 2023 18:06:38 -0400 Subject: [PATCH] ACCIDENTALLY MADE THE BACKGROUND REPEAT WHOOOPS --- main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main.css b/main.css index be673a8..2cb50d0 100644 --- a/main.css +++ b/main.css @@ -52,6 +52,7 @@ h1, h2, h3, h4, h5, h6 { background-position: 50% 50%; background-attachment: fixed; background-size: contain; + background-repeat: no-repeat; position: relative; margin-bottom: 5%; /*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 30% 100%, 0% 90%);*/