Skip to content

Commit

Permalink
Merge pull request #13 from NicolasPetton/dynamic-font-size-3
Browse files Browse the repository at this point in the history
Dynamic font size 3
  • Loading branch information
kookma authored Feb 3, 2021
2 parents 9216f3c + e26edac commit 20b6ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tamasha/styles/layout/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}

.tamasha-overlay .tamasha-slide-content {
font-size: 3vh;
line-height: 5vh;
font-size: clamp(1rem, 4vh, 2.5rem);
line-height: clamp(1.5rem, 6vh, 4rem);
height: auto;
padding: 8vh;
}

0 comments on commit 20b6ef0

Please sign in to comment.