From 735543ad6e67ed15bd900ca46ddb0a42cf2ee81c Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 28 Jul 2023 16:13:25 -0400 Subject: [PATCH] Fix cover size --- components/PageSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PageSection.vue b/components/PageSection.vue index 6afdbc1b..9e0a408d 100644 --- a/components/PageSection.vue +++ b/components/PageSection.vue @@ -63,7 +63,7 @@ withDefaults(defineProps(), { background-color: var(--white); background-image: url('~/assets/svg/waves.svg'); background-repeat: no-repeat; - background-position: cover; + background-size: cover; } .bg-gradient-pink-to-white {