Skip to content

Commit

Permalink
style(orga): add margin under banners
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelie-crouillebois authored Dec 30, 2024
1 parent a76516e commit 11525e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orga/app/styles/components/banner/top-banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
& > * {
margin-bottom: var(--pix-spacing-2x);
}

& > *:last-child {
margin-bottom: 0;
}
}
2 changes: 2 additions & 0 deletions orga/app/styles/pages/authenticated/mission.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}

.mission-list-banner {
margin-bottom: var(--pix-spacing-2x);

a {
font-weight: bolder;
text-decoration: underline;
Expand Down

0 comments on commit 11525e4

Please sign in to comment.