Update main.css
This commit is contained in:
parent
ddd06bc2a1
commit
4b96bb9205
1 changed files with 8 additions and 14 deletions
|
@ -38,13 +38,14 @@ body {
|
|||
|
||||
li {
|
||||
list-style: none;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -53,13 +54,9 @@ li {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.list > li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
padding-left: 0;
|
||||
display: inline-block;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.allages {
|
||||
|
@ -128,10 +125,10 @@ li {
|
|||
}
|
||||
li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
display: table;
|
||||
}
|
||||
.button {
|
||||
width: 50%;
|
||||
width: 70%;
|
||||
}
|
||||
.list {
|
||||
font-size: 6vw;
|
||||
|
@ -139,12 +136,9 @@ li {
|
|||
display: inline-grid;
|
||||
padding-left: 0;
|
||||
}
|
||||
.list > li {
|
||||
display: inline;
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-inline-block;
|
||||
display: inline-block;
|
||||
display: -ms-table;
|
||||
display: table;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue