Update main.css
This commit is contained in:
parent
4d9835cf27
commit
fb9fe50cc9
1 changed files with 2 additions and 3 deletions
|
@ -38,13 +38,14 @@ body {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-left: -50%;
|
||||||
|
margin-right: -50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -103,8 +104,6 @@ div {
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
font-size: 6vw;
|
font-size: 6vw;
|
||||||
|
|
Loading…
Add table
Reference in a new issue