diff --git a/styles/styles.css b/styles/styles.css index f32353a..2a92f45 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -76,6 +76,7 @@ body { /* background-color: var(--background-color); */ background: linear-gradient(0deg, #e7ebf5 0%, #ffffff 100%); background-size: cover; + background-repeat: no-repeat; color: var(--text-color); font-family: var(--body-font-family); font-size: var(--body-font-size-m);