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