Skip to content

Commit

Permalink
Merge pull request #79 from tokk-nv/main
Browse files Browse the repository at this point in the history
Fix the card title h3 font size for small screen
  • Loading branch information
tokk-nv authored Feb 9, 2024
2 parents 18523fc + 75702c9 commit dd269a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
margin-bottom: 0.5rem;
font-family: inherit;
text-align: left;
font-size: 16px;
}
@media (min-width: 576px){ .feature-box h3 { font-size: 16px; } }
@media (min-width: 720px){ .feature-box h3 { font-size: 18px; } }
Expand Down

0 comments on commit dd269a3

Please sign in to comment.