Skip to content

Commit 8ce5536

Browse files
committed
[docs] Fix homepage on Safari
1 parent 10caacd commit 8ce5536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/less/home.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ body > main > article#home {
209209
span#one-with {
210210
margin: 0;
211211
text-align: left;
212-
transform: rotate(-7deg) translate(-3rem, -1rem);
212+
transform: rotate(-5deg) translate3d(-3rem, -1rem, 0);
213213
&:before {
214-
content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1rem" viewBox="0 0 200 100" stroke-width="10" stroke="rgb(216,27,96)" fill="rgb(216,27,96)"><path fill="none" d="M25 70a120 120 0 00160-50"/><path d="M30.26 54.095l-18.91 6.512 6.511 18.91z"/></svg>');
214+
content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 200 100" stroke-width="10" stroke="rgb(216,27,96)" fill="rgb(216,27,96)"><path fill="none" d="M25 70a120 120 0 00160-50"/><path d="M30.26 54.095l-18.91 6.512 6.511 18.91z"/></svg>');
215215
top: 0.9rem;
216216
position: relative;
217217
margin-right: 0.6rem;

0 commit comments

Comments
 (0)