* dumb IE11 copyright footer position fix

This commit is contained in:
Dávid Danyi 2018-07-20 13:19:07 +02:00
parent c6c8221dfd
commit b62482940f

View File

@ -188,6 +188,10 @@ footer .footer-copyright {
width: 100%;
padding-left: 20px;
}
.footer-copyright {
width: 260px;
}
}
@supports (display: grid) {