Update main.css

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

View file

@ -47,6 +47,7 @@ li {
padding-bottom: 5px; padding-bottom: 5px;
width: 60%; width: 60%;
height: 60%; height: 60%;
margin: 0
} }
.list { .list {
@ -59,6 +60,7 @@ li {
padding-left: 0; padding-left: 0;
display: inline-block; display: inline-block;
float: center; float: center;
margin: 0
} }
.allages { .allages {
@ -137,11 +139,13 @@ li {
display: -ms-inline-grid; display: -ms-inline-grid;
display: inline-grid; display: inline-grid;
padding-left: 0; padding-left: 0;
margin: 0
} }
.buttons { .buttons {
display: -ms-inline-block; display: -ms-inline-block;
display: inline-block; display: inline-block;
float: left; float: left;
margin: 0
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;