diff --git a/src/style/organisms/_footer.scss b/src/style/organisms/_footer.scss index 49e7d53..78c8415 100644 --- a/src/style/organisms/_footer.scss +++ b/src/style/organisms/_footer.scss @@ -95,11 +95,13 @@ // Made by .by { + text-align: center; + img { display: block; height: 22px; width: auto; - margin: 0 0 0; + margin: 0 auto; transition: transform 400ms $ease-quart; will-change: transform; }