put some space between footers
This commit is contained in:
parent
ccd8deb9a1
commit
0a022b3caf
|
@ -35,6 +35,11 @@ div.y2t-output div {
|
|||
display:block;
|
||||
}
|
||||
|
||||
footer a {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
main {
|
||||
|
@ -49,7 +54,7 @@ div.y2t-output div {
|
|||
min-width: 80vw;
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
|
||||
div#root {
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue