fix padding on index
This commit is contained in:
parent
f7313d864c
commit
8f3ab431b8
|
@ -1169,6 +1169,9 @@ div#flash.warn {
|
||||||
div#posts > a > p {
|
div#posts > a > p {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
/* possible fix for weird padding */
|
||||||
|
position: absolute;
|
||||||
|
bottom: calc(0px - 12px);
|
||||||
}
|
}
|
||||||
div#posts > a > p:before {
|
div#posts > a > p:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user