dev: modified footer to remove large top padding
This commit is contained in:
parent
82912ed3ab
commit
ad4f3e45f7
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue