Skip to content

Commit

Permalink
Fix missing CSS for CW margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Oct 27, 2024
1 parent 40b3c20 commit f11c584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,14 @@ body > [data-popper-placement] {
margin-bottom: 16px;
}

.content-warning {
margin-bottom: 16px;

&:last-child {
margin-bottom: 0;
}
}

.logo {
width: 40px;
height: 40px;
Expand Down

0 comments on commit f11c584

Please sign in to comment.