Skip to content

Commit

Permalink
OS2UOL-850: Added some spacing for the registration price section
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed Oct 21, 2024
1 parent 6be653d commit bf4f1ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/view-components/RegistrationSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ const formatDeadlineString = computed(() => {
padding: 48px var(--grid-gutter-half) @(--md) 96px var(--grid-gutter-half);
background: var(--color-secondary-lighten-5);
&__prices {
margin-bottom: 16px;
}
& h2 {
margin-bottom: 16px;
}
Expand Down

0 comments on commit bf4f1ff

Please sign in to comment.