trying to push the footer to the bottom of the screen always

This commit is contained in:
neko 2021-04-13 21:32:14 +02:00
parent 37dfdfe121
commit 3652b975ee

View File

@ -159,12 +159,12 @@ p.blog-post {
/* footer */ /* footer */
footer { footer {
position: absolute;
bottom: 20px;
font-weight: bold; font-weight: bold;
color: #ffd300; color: #ffd300;
font-size: xx-small; font-size: xx-small;
padding-top:20px; padding: 20px;
padding-left: 20px;
padding-right: 20px;
} }
@ -172,7 +172,6 @@ footer {
.screen { .screen {
position: unset !important; position: unset !important;
width: 100% !important; width: 100% !important;
height: 100% !important;
} }
.screen-image { display: none; } .screen-image { display: none; }
.screen-content { .screen-content {