better google play badge

This commit is contained in:
lone-cloud 2018-08-15 14:50:14 -07:00
parent b3586bfcd8
commit 10c95ce271
4 changed files with 11 additions and 3 deletions

View file

@ -33,11 +33,11 @@
<p class="available-on">Also available on</p> <p class="available-on">Also available on</p>
<div class="available-on-list"> <div class="available-on-list">
<a href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer"> <a class="play-store-icon" href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer">
<img src="assets/images/android-play-badge.png" alt="Huegasm on the Google Play Store"> <img src="assets/images/google-play-badge.png" alt="Huegasm on the Google Play Store">
</a> </a>
<a href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer"> <a class="app-store-icon" href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer">
<img src="assets/images/app-store-badge.svg" alt="Huegasm on the App Store"> <img src="assets/images/app-store-badge.svg" alt="Huegasm on the App Store">
</a> </a>

View file

@ -24,6 +24,14 @@
&-list a { &-list a {
margin-right: 2vw; margin-right: 2vw;
&.play-store-icon img {
width: 130px;
}
&.app-store-icon img {
width: 110px;
}
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB