buttons fill max

master
Kostanjevec 2022-06-23 21:52:03 +02:00
parent 530a5499f0
commit 806f0987b6
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ html {
button {
border-radius: 0px;
width: 18%;
width: fill-available;
width: -webkit-fill-available;
width: -moz-available;
height: 70px;
font-size: 130%
}