Change button size

This commit is contained in:
Empathic Qubit 2021-05-17 13:52:10 -04:00
parent eb8153042d
commit 313782e24b

View file

@ -1,7 +1,7 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
font-family: sans-serif; font-family: sans-serif;
font-size: 3.8vh; font-size: 1.8vw;
font-weight: 700; font-weight: 700;
color: #fff; color: #fff;
margin: 0; margin: 0;
@ -48,8 +48,8 @@ h1 {
.favorites button { .favorites button {
word-wrap: break-word; word-wrap: break-word;
width: 15vw; width: 15.5vw;
height: 15vw; height: 15.5vw;
margin: .3vw; margin: .3vw;
border: .15em solid black; border: .15em solid black;
border-radius: .25em; border-radius: .25em;