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 {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: table;
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 70%;
|
width: 60%;
|
||||||
height: 70%;
|
height: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -56,7 +57,8 @@ li {
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
display: table;
|
display: inline-block;
|
||||||
|
float: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.allages {
|
.allages {
|
||||||
|
@ -125,10 +127,10 @@ li {
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: table;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 70%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
font-size: 6vw;
|
font-size: 6vw;
|
||||||
|
@ -137,8 +139,9 @@ li {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
.buttons {
|
.buttons {
|
||||||
display: -ms-table;
|
display: -ms-inline-block;
|
||||||
display: table;
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue