Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Fix oversized h3 on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed May 23, 2020
1 parent d01b678 commit ce39555
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/public/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@ h1.title {
font-size: 32px;
}
}
.normal-text h3 {
@media screen and (max-width: 480px) {
font-size: 14px;
}
}

div.stripe {
margin: 0 0;
padding: 10px 10px;
padding: 10px;
}
div.stripe-content {
margin-left: auto;
Expand Down

0 comments on commit ce39555

Please sign in to comment.