Skip to content

Commit

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

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

Expand Down Expand Up @@ -283,8 +281,12 @@ ol {

ul,
ol {
line-height: 1.5;
font-size: $DesktopFontSizeM;
margin-left: 10px;

@media (max-width: $breakPointM) {
font-size: $MobileFontSizeM;
margin-left: -10px;
}
}
Expand Down

0 comments on commit 40a3dfa

Please sign in to comment.