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 {