put some space between footers

This commit is contained in:
edbrz9 2022-12-30 16:08:21 +01:00
parent ccd8deb9a1
commit 0a022b3caf
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}