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;
|
text-shadow: .1em .1em 0px black;
|
||||||
width: auto;
|
width: auto;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
padding: 5em 2em 2em 2em;
|
height: -webkit-fill-available;
|
||||||
/* place-items: end; */
|
padding: 0em 2em 2em 2em;
|
||||||
|
align-content: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapterCardImageContainer {
|
.chapterCardImageContainer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue