Update main.css

This commit is contained in:
drazhenga 2020-06-25 06:22:23 -04:00 committed by GitHub
parent 64da5bf794
commit d1f8ecf481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ div {
.button { .button {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
width: 60%;
} }
.list { .list {
@ -54,8 +53,7 @@ div {
.buttons { .buttons {
padding-left: 0; padding-left: 0;
display: block; display: inline-block;
float: center;
} }
@ -111,8 +109,8 @@ div {
padding-left: 0; padding-left: 0;
} }
.buttons { .buttons {
display: -ms-block; display: -ms-inline-block;
display: block; display: inline-block;
float: center; float: center;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {