Update main.css

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

View file

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