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 {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 50%;
|
width: 70%;
|
||||||
height: 50%;
|
height: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -53,13 +54,9 @@ li {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list > li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
display: inline-block;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.allages {
|
.allages {
|
||||||
|
@ -128,10 +125,10 @@ li {
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: table;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 50%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
font-size: 6vw;
|
font-size: 6vw;
|
||||||
|
@ -139,12 +136,9 @@ li {
|
||||||
display: inline-grid;
|
display: inline-grid;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
.list > li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: -ms-inline-block;
|
display: -ms-table;
|
||||||
display: inline-block;
|
display: table;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue