diff --git a/resources/assets/sass/pages/page-index.scss b/resources/assets/sass/pages/page-index.scss index c57de8aca..bb58cd821 100644 --- a/resources/assets/sass/pages/page-index.scss +++ b/resources/assets/sass/pages/page-index.scss @@ -292,14 +292,14 @@ } .footer-copyright { - width: 100%; - height: 60px; - background: #ffffff; - text-align: center; + background: #fff; + color: #828282; font-size: 12px; font-weight: 400; - color: #828282; - line-height: 60px; + padding: 20px; + line-height: 20px; + text-align: center; + width: 100%; } } }