more compatibility for text-size-adjust

pull/5/head
RiedleroD 2023-05-10 11:11:02 +02:00
parent 948c95c187
commit a007d28f81
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ html{
box-sizing:border-box;
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
text-size-adjust:100%;
}
*,:after,:before{
box-sizing:inherit