Skip to content

Commit

Permalink
fix: spacings between groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Nov 10, 2023
1 parent 12e5c2b commit ab3eec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/page-modules/departures/details/details.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
.callRows__container {
padding: var(--spacings-medium);
}
.callRows__container:nth-of-type(odd) {
padding-bottom: var(--spacings-large);
}
.callRows__container:nth-of-type(even) {
padding-top: 0;
}
.rowContainer {
position: relative;
overflow: hidden;
Expand Down

0 comments on commit ab3eec2

Please sign in to comment.