Fix webbbuttons on mobile devices
This commit is contained in:
parent
b241e22aba
commit
51585430f8
|
@ -147,4 +147,13 @@ img.webbutton{
|
||||||
font-size: 4.5vw;
|
font-size: 4.5vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
img.webbutton {
|
||||||
|
width: 176px;
|
||||||
|
height: 62px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
div.webbutton {
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 15%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue