Skip to content

Commit

Permalink
Fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelGoutmann authored Nov 22, 2023
1 parent cdd1ec5 commit 569a2fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/scss/layout/_block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
flex-direction: column;

padding: 15% 10%;

// for background images
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

@media screen and (min-width: map-get($breakpoints, md))
Expand Down

0 comments on commit 569a2fe

Please sign in to comment.