Update main.css

This commit is contained in:
drazhenga 2020-06-25 04:59:35 -04:00 committed by GitHub
parent 2bdd74117f
commit 71589efe4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,7 @@ body {
height: 20%; height: 20%;
} }
li { div {
list-style: none;
display: inline-block; display: inline-block;
float: left; float: left;
} }
@ -46,8 +45,6 @@ li {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
width: 60%; width: 60%;
height: 60%;
margin: 0
} }
.list { .list {
@ -59,8 +56,6 @@ li {
.buttons { .buttons {
padding-left: 0; padding-left: 0;
display: inline-block; display: inline-block;
float: center;
margin: 0
} }
.allages { .allages {
@ -127,9 +122,9 @@ li {
.note { .note {
width: 95%; width: 95%;
} }
li { div {
list-style: none;
display: inline-block; display: inline-block;
float: left;
} }
.button { .button {
width: 60%; width: 60%;
@ -139,13 +134,10 @@ 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;
margin: 0
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
@ -185,7 +177,6 @@ li {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
width: 50%; width: 50%;
height: 10%;
} }
.buttons { .buttons {
padding-left: 0; padding-left: 0;