mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
comment webkit transform hack for GPU rendering
This commit is contained in:
parent
52db90b3d0
commit
b98d9aae0a
1 changed files with 6 additions and 0 deletions
|
|
@ -135,7 +135,13 @@ header.primary {
|
|||
}
|
||||
|
||||
nav {
|
||||
|
||||
/* Fix font rendering bugs in Safari. In this case, font weight differences
|
||||
* with the #octocat's fixed position, font weight in landscape on iPhone,
|
||||
* and probably other ones I hadn't discovered yet.
|
||||
*/
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
|
||||
padding-top: 0.5rem;
|
||||
clear: left;
|
||||
font-size: 1.1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue