Update main.css

This commit is contained in:
drazhenga 2020-06-25 04:14:45 -04:00 committed by GitHub
parent 79c5101789
commit ddd06bc2a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,14 +38,13 @@ body {
li {
list-style: none;
display: inline-block;
}
.button {
padding-top: 5px;
padding-bottom: 5px;
width: 20%;
height: 20%;
width: 50%;
height: 50%;
}
.list {
@ -54,6 +53,10 @@ li {
padding-top: 20px;
}
.list > li {
display: inline;
}
.buttons {
padding-left: 0;
display: inline-block;
@ -128,7 +131,7 @@ li {
display: inline-block;
}
.button {
width: 20%;
width: 50%;
}
.list {
font-size: 6vw;
@ -136,6 +139,9 @@ li {
display: inline-grid;
padding-left: 0;
}
.list > li {
display: inline;
}
.buttons {
display: -ms-inline-block;
display: inline-block;