Clamp font-size for better mobile responsiveness

pull/3/head
Trond Ekseth 2022-11-18 22:26:15 +01:00 committed by Stein Ivar Berghei
parent be2614c7fb
commit 6138a4cdd0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ h2.bot {
background-color: #80cbc4;
border: 1px solid black;
padding: 20px;
font-size: 30px;
font-size: clamp(1rem, -0.8750rem + 8.3333vw, 2rem);
text-align: center;
cursor: pointer;
color: #073642