1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:26:41 -04:00

edit browserslist

This commit is contained in:
2020-01-07 08:46:39 -05:00
parent e6e1d4391e
commit 39743b8a5a
2 changed files with 8 additions and 11 deletions

View File

@ -51,6 +51,6 @@ div#wrap {
// Fix weird font size behavior on iOS Safari: https://github.com/jakejarvis/jarv.is/issues/18
// https://stackoverflow.com/questions/3226001/some-font-sizes-rendered-larger-on-safari-iphone
// https://www.456bereastreet.com/archive/201011/beware_of_-webkit-text-size-adjustnone/
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
}