Fix declaration-bang-space-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:48:11 +01:00
parent 8a272313cf
commit b2e2cf2012

View file

@ -9,5 +9,5 @@
}
.appfooter.headroom--unpinned {
transform: translateY(100%)!important;
transform: translateY(100%) !important;
}