Update main.css
This commit is contained in:
parent
bf3e6bfdff
commit
1f5813c267
1 changed files with 4 additions and 5 deletions
|
@ -44,8 +44,8 @@ li {
|
||||||
.button {
|
.button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 50%;
|
width: 20%;
|
||||||
height: 50%;
|
height: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -56,8 +56,7 @@ li {
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
display: inline;
|
display: inline-block;
|
||||||
float: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.allages {
|
.allages {
|
||||||
|
@ -129,7 +128,7 @@ li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 70%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
font-size: 6vw;
|
font-size: 6vw;
|
||||||
|
|
Loading…
Add table
Reference in a new issue