diff --git a/web/img/badges/apple-store-badge.svg b/web/img/apple-store-badge.svg similarity index 100% rename from web/img/badges/apple-store-badge.svg rename to web/img/apple-store-badge.svg diff --git a/web/img/badges/google-play-badge.svg b/web/img/badges/google-play-badge.svg deleted file mode 100644 index a01a8d87..00000000 --- a/web/img/badges/google-play-badge.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/img/badges/fdroid-badge.png b/web/img/fdroid-badge.png similarity index 100% rename from web/img/badges/fdroid-badge.png rename to web/img/fdroid-badge.png diff --git a/web/img/google-play-badge.png b/web/img/google-play-badge.png new file mode 100644 index 00000000..1bb0f12b Binary files /dev/null and b/web/img/google-play-badge.png differ diff --git a/web/scss/_layout.scss b/web/scss/_layout.scss index ae394a11..e35bb317 100644 --- a/web/scss/_layout.scss +++ b/web/scss/_layout.scss @@ -148,9 +148,9 @@ input::placeholder { .button--google-play { @include hide-text; - width: 8.8rem; height: 4rem; + width: 10rem; height: 4rem; - background-image: url("../img/badges/google-play-badge.svg"); + background-image: url("../img/google-play-badge.png"); background-position: center; background-repeat: no-repeat; background-size: contain; @@ -171,7 +171,7 @@ input::placeholder { @include hide-text; width: 10rem; height: 4rem; - background-image: url("../img/badges/apple-store-badge.svg"); + background-image: url("../img/apple-store-badge.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; @@ -192,7 +192,7 @@ input::placeholder { @include hide-text; width: 10rem; height: 4rem; - background-image: url("../img/badges/fdroid-badge.png"); + background-image: url("../img/fdroid-badge.png"); background-position: center; background-repeat: no-repeat; background-size: contain;