Skip to content

Commit

Permalink
fix mobile ul styling
Browse files Browse the repository at this point in the history
  • Loading branch information
twentytitus committed Nov 23, 2024
1 parent 9f2b35c commit 2a84fbe
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ a {
color: currentColor;
}

p {
p,
ul,
ol {
line-height: 1.5;
font-size: $DesktopFontSizeM;

Expand Down Expand Up @@ -281,12 +283,14 @@ p {

ul,
ol {
font-size: 1.25rem;
margin-left: 10px;
@media (max-width: $breakPointM) {
margin-left: -10px;
}
}

li {
padding-bottom: 10px;
padding-bottom: 6px;
}

h1,
Expand Down

0 comments on commit 2a84fbe

Please sign in to comment.