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