diff --git a/src/common-components/site-footer/site-footer.vue b/src/common-components/site-footer/site-footer.vue index 64bdd4c2..50b54635 100644 --- a/src/common-components/site-footer/site-footer.vue +++ b/src/common-components/site-footer/site-footer.vue @@ -142,10 +142,10 @@ export default { } } .footerImage - { - text-align: center; - position: sticky; - bottom: 72px; - width: 100%; - } +{ + text-align: center; + position: sticky; + bottom: 72px; + width: 100%; +}