Fix webbbuttons on mobile devices

This commit is contained in:
Sophie Marie 2022-11-11 20:23:27 -06:00
parent b241e22aba
commit 51585430f8
1 changed files with 9 additions and 0 deletions

View File

@ -147,4 +147,13 @@ img.webbutton{
font-size: 4.5vw;
text-align: center;
}
img.webbutton {
width: 176px;
height: 62px;
float: left;
}
div.webbutton {
width: 100%;
padding-left: 15%;
}
}