Skip to content

Commit

Permalink
work on styling
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 26, 2024
1 parent 1c5ab9e commit d2926ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions src/components/organisms/passageNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
background-color: $ts-bibleVersionH;
}

.wrapper ul {
margin: 0;
padding: 0;
}

.wrapper button {
background: none;
border: none;
}

.wrapper li {
margin: 20px 0;
padding: 10px 24px;
}

.wrapper li,
Expand Down
8 changes: 4 additions & 4 deletions src/containers/bible/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
color: var(--bibleHatTextColor, --bibleTextColor);
gap: 10px;
align-items: center;

h4 {
margin: 0;
font-size: 16px;
Expand All @@ -32,14 +33,13 @@
.content {
display: flex;
flex-direction: column;
> * {
padding: 24px;
}

p {
margin-top: 8px;
margin-bottom: 16px;
}

@media (min-width: $breakpoint-xl) {
flex-direction: row;
}
}
}

0 comments on commit d2926ca

Please sign in to comment.