Update main.css
This commit is contained in:
parent
ff87cd0c9b
commit
8c5a2d5cdf
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,9 @@ div {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
@ -128,6 +131,9 @@ div {
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
font-size: 6vw;
|
font-size: 6vw;
|
||||||
|
|
Loading…
Add table
Reference in a new issue