Update main.css
This commit is contained in:
parent
7d09cb70fe
commit
3f4bcc0030
1 changed files with 2 additions and 4 deletions
|
@ -38,14 +38,13 @@ body {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin-left: -50px;
|
margin: -300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -125,11 +124,10 @@ div {
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
margin-left: -50px;
|
margin: -300px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
|
|
Loading…
Add table
Reference in a new issue