Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 27, 2024
1 parent c362b32 commit 0ee5e55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/organisms/passageNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
padding: 10px 24px;
}

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

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

Expand All @@ -35,7 +35,7 @@
list-style-type: none;
}

.wrapper :global(.active)>button {
.wrapper :global(.active) > button {
color: $ts-salmon;
}

Expand Down Expand Up @@ -64,4 +64,4 @@
.chapter a:hover {
text-decoration: none;
color: $ts-salmon;
}
}

0 comments on commit 0ee5e55

Please sign in to comment.