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