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 {
|
||||
padding-left: 0;
|
||||
display: inline-block;
|
||||
margin-left: -50%;
|
||||
display: block;
|
||||
float: center;
|
||||
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
@ -111,8 +112,9 @@ div {
|
|||
padding-left: 0;
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-inline-block;
|
||||
display: inline-block;
|
||||
display: -ms-block;
|
||||
display: block;
|
||||
float: center;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue