dev: modified footer to remove large top padding

This commit is contained in:
lscambo13
2025-06-01 20:01:04 +05:30
parent 82912ed3ab
commit ad4f3e45f7

View File

@@ -1409,8 +1409,9 @@ progress+span {
text-shadow: .1em .1em 0px black;
width: auto;
width: -webkit-fill-available;
padding: 5em 2em 2em 2em;
/* place-items: end; */
height: -webkit-fill-available;
padding: 0em 2em 2em 2em;
align-content: end;
}
.chapterCardImageContainer {