diff --git a/_scss/_landing.scss b/_scss/_landing.scss index 76dc33ee96..907e9bd98f 100644 --- a/_scss/_landing.scss +++ b/_scss/_landing.scss @@ -321,12 +321,15 @@ body#landing { min-height: 200px; &::after { - content: '→'; + content: ''; + background-image: url(/images/arrow.svg); + background-size: contain; + background-repeat: no-repeat; position: absolute; top: 10px; right: 10px; - transform: rotate(-45deg); - font-size: large; + width: 15px; + height: 15px; } @include sm-width { diff --git a/images/arrow.svg b/images/arrow.svg new file mode 100644 index 0000000000..022e1935f9 --- /dev/null +++ b/images/arrow.svg @@ -0,0 +1,3 @@ + + +