Update main.css

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

View file

@ -38,14 +38,15 @@ body {
li {
list-style: none;
display: table;
display: inline-block;
float: left;
}
.button {
padding-top: 5px;
padding-bottom: 5px;
width: 70%;
height: 70%;
width: 60%;
height: 60%;
}
.list {
@ -56,7 +57,8 @@ li {
.buttons {
padding-left: 0;
display: table;
display: inline-block;
float: center;
}
.allages {
@ -125,10 +127,10 @@ li {
}
li {
list-style: none;
display: table;
display: inline-block;
}
.button {
width: 70%;
width: 60%;
}
.list {
font-size: 6vw;
@ -137,8 +139,9 @@ li {
padding-left: 0;
}
.buttons {
display: -ms-table;
display: table;
display: -ms-inline-block;
display: inline-block;
float: left;
}
::-webkit-scrollbar {
display: none;