Update main.css
This commit is contained in:
parent
4b96bb9205
commit
6ecf371c95
1 changed files with 11 additions and 8 deletions
|
@ -38,14 +38,15 @@ body {
|
|||
|
||||
li {
|
||||
list-style: none;
|
||||
display: table;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -56,7 +57,8 @@ li {
|
|||
|
||||
.buttons {
|
||||
padding-left: 0;
|
||||
display: table;
|
||||
display: inline-block;
|
||||
float: center;
|
||||
}
|
||||
|
||||
.allages {
|
||||
|
@ -125,10 +127,10 @@ li {
|
|||
}
|
||||
li {
|
||||
list-style: none;
|
||||
display: table;
|
||||
display: inline-block;
|
||||
}
|
||||
.button {
|
||||
width: 70%;
|
||||
width: 60%;
|
||||
}
|
||||
.list {
|
||||
font-size: 6vw;
|
||||
|
@ -137,8 +139,9 @@ li {
|
|||
padding-left: 0;
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-table;
|
||||
display: table;
|
||||
display: -ms-inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue