Increase margin on App Store badge to match size of Google Play Store badge

前端 未结 3 875
日久生厌
日久生厌 2021-01-12 09:02

This question is linked to this one: New Google Play badge doesn't get the size right

One of the comment suggests to add a margin around the App Store badge imag

3条回答
  •  星月不相逢
    2021-01-12 09:29

    The right value to apply to the APPLE APP STORE badge is style="margin:6%;width:88%".

    In CSS rule on img must be:

    img {
        max-width: 100%;
        height: auto;
    }
    

    Then in both

    surrounding the of each badge, if the widthvalues are the same (300px in example below), the badges APPLE APP STORE and GOOGLE PLAY STORE will have the same size aspect ratio.

    /img>

提交回复
热议问题