less text-stroke for h1 on small browsers
This commit is contained in:
parent
46d64b871d
commit
f3b04c375f
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ h1
|
|||
font-size: clamp(2em, 10vw, 8em)
|
||||
margin-bottom: 30px
|
||||
|
||||
@media (max-width: 800px)
|
||||
-webkit-text-stroke: 1px #FFFFFF
|
||||
|
||||
h2
|
||||
font-size: 3em
|
||||
|
||||
|
|
Loading…
Reference in a new issue