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-bottom: 5px;
|
||||
width: 60%;
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -128,6 +131,9 @@ div {
|
|||
}
|
||||
.button {
|
||||
width: 60%;
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
.list {
|
||||
font-size: 6vw;
|
||||
|
|
Loading…
Add table
Reference in a new issue