mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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 {
|
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);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
|
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
clear: left;
|
clear: left;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue