Update main.css
This commit is contained in:
parent
64da5bf794
commit
d1f8ecf481
1 changed files with 3 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue