Changed w/h of buttons to vh instead of px

This commit is contained in:
Gabriel Simmer 2018-03-03 13:39:25 -08:00
parent 316cbc9219
commit f5987dcf88

View file

@ -96,8 +96,8 @@ hr {
.button { .button {
margin: 0 0.5vw; margin: 0 0.5vw;
background-color: #505050; background-color: #505050;
width: 75px; width: 11vh;
height: 75px; height: 11vh;
border: 1px solid #4F4F51; border: 1px solid #4F4F51;
font-size: 8vh; font-size: 8vh;
border-radius: 50%; border-radius: 50%;