Skip to content

Commit

Permalink
Fix cover size
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 28, 2023
1 parent b6451b1 commit 735543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ withDefaults(defineProps<PageSectionProps>(), {
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 {
Expand Down

0 comments on commit 735543a

Please sign in to comment.