Skip to content

Commit

Permalink
Remove doubled padding from consecutive .obj-container elements
Browse files Browse the repository at this point in the history
Of course this might be a stylistic choice and pretty much subjective
preference, but I think in most if not all places where this applies
it looks better with just 20px of padding instead of 40px.

This applies on the new tobira page and the access policy pages,
and possibly some other pages/tabs as well.

This shouldn't break anything, but if it is undesired or people
just rather stick with the status quo, I can of course remove
this again and apply the styles for the tobira page in-line.
  • Loading branch information
owi92 committed Aug 12, 2024
1 parent 40e62da commit 62994d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/components/modals/_modal-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
&.padded {
padding: 20px;
}

+ .obj-container {
padding-top: 0;
}
}
}

Expand Down

0 comments on commit 62994d0

Please sign in to comment.