Update main.css
This commit is contained in:
parent
c1ad38cf75
commit
1d3fc841de
1 changed files with 6 additions and 4 deletions
|
@ -54,8 +54,9 @@ div {
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin-left: -50%;
|
float: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
@ -111,8 +112,9 @@ div {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
.buttons {
|
.buttons {
|
||||||
display: -ms-inline-block;
|
display: -ms-block;
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
float: center;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue