Merge pull request #45 from HideyoshiNakazone/fixes-footer

Fixed Footer Behavior
This commit is contained in:
2023-10-23 00:54:29 -03:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
.page-footer { .page-footer {
position: relative; position: static;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
} }