Fixed Footer Behavior

This commit is contained in:
2023-10-23 00:54:08 -03:00
parent 39f2576811
commit f0ff742a5d

View File

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