fix padding on index

This commit is contained in:
Flummi 2021-12-09 17:00:59 +01:00
parent f7313d864c
commit 8f3ab431b8

View File

@ -1169,6 +1169,9 @@ div#flash.warn {
div#posts > a > p {
height: 100%;
width: 100%;
/* possible fix for weird padding */
position: absolute;
bottom: calc(0px - 12px);
}
div#posts > a > p:before {
content: "";