Skip to content

Commit

Permalink
list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 26, 2024
1 parent d2926ca commit 23ccd0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/organisms/passageNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
padding: 10px 24px;
}

.wrapper li:first-child button {
padding-top: 16px;
}

.wrapper li:last-child button {
padding-bottom: 16px;
}

.wrapper li,
.wrapper li button {
color: $ts-lightTone;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/bible/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
@media (min-width: $breakpoint-xl) {
flex-direction: row;
}
}
}

0 comments on commit 23ccd0c

Please sign in to comment.