better google play badge
This commit is contained in:
parent
2cb703c037
commit
157e60eb82
4 changed files with 11 additions and 3 deletions
|
|
@ -33,11 +33,11 @@
|
|||
<p class="available-on">Also available on</p>
|
||||
|
||||
<div class="available-on-list">
|
||||
<a 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">
|
||||
<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/google-play-badge.png" alt="Huegasm on the Google Play Store">
|
||||
</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">
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,14 @@
|
|||
|
||||
&-list a {
|
||||
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 |
BIN
web/public/assets/images/google-play-badge.png
Normal file
BIN
web/public/assets/images/google-play-badge.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in a new issue