Styles fixes

This commit is contained in:
2021-10-26 14:09:41 -03:00
parent 06be624918
commit a4d1e512b2
6 changed files with 67 additions and 7 deletions

View File

@@ -12,4 +12,15 @@
padding-left: 3vw;
box-sizing: border-box;
}
position: absolute;
bottom: 0px;
}
@media (max-width: 991.98px) {
.made-with-love {
position: initial;
}
}