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