Skip to content

Commit

Permalink
Fix spacing between white sections
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdegutt committed Nov 7, 2024
1 parent 07face7 commit ac2ebf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/frontend/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ html {
}

.home-header {
margin-bottom: 1.5rem;

&__columns {
flex-direction: row-reverse;
}
Expand Down Expand Up @@ -334,11 +336,9 @@ html {
}

// Remove padding between white content blocks
/*
.section:not(.has-background) + .section:not(.has-background) {
padding-top: 0;
}
*/

.app-cookie-line {
padding-top: 1em;
Expand Down

0 comments on commit ac2ebf4

Please # to comment.