Skip to content

Commit

Permalink
font fix on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
polokpawel committed Jun 28, 2024
1 parent ec6d21e commit be6dc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/blog/blog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
align-self: stretch;

@media (width <= 460px) {
font-size: 42px;
line-height: 48px;
font-size: 24px;
line-height: 28px;
}
}

Expand Down

0 comments on commit be6dc8b

Please sign in to comment.