mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
appstore and googleplay buttons
This commit is contained in:
@@ -2683,19 +2683,33 @@ nav ul li:hover, nav ul li.active {
|
||||
{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.google-play-image-list a {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.google-play-image-list {
|
||||
margin-left: -1em;
|
||||
margin-left: -17px;
|
||||
width: calc(17rem + 26px);
|
||||
}
|
||||
|
||||
.google-play-image-list a img {
|
||||
width: 19.25em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.apple-appstore-image-list {
|
||||
margin-left: -16px;
|
||||
width: calc(17em + 32px);
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.apple-image-link {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.apple-appstore-image-list a img {
|
||||
width: 100%;
|
||||
padding: 0 23px 0 14px;
|
||||
}
|
||||
#bar
|
||||
{
|
||||
height:100%;
|
||||
|
||||
Reference in New Issue
Block a user