Footer: Fix collective logo alignment on mobile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-03-10 21:26:00 +01:00
parent debd9a41c1
commit 582ee688f3

View File

@@ -95,11 +95,13 @@
// Made by // Made by
.by { .by {
text-align: center;
img { img {
display: block; display: block;
height: 22px; height: 22px;
width: auto; width: auto;
margin: 0 0 0; margin: 0 auto;
transition: transform 400ms $ease-quart; transition: transform 400ms $ease-quart;
will-change: transform; will-change: transform;
} }