diff --git a/kit/css/footer.css b/kit/css/footer.css index 83879e8..78e48bf 100644 --- a/kit/css/footer.css +++ b/kit/css/footer.css @@ -304,6 +304,8 @@ .footer-bottom .content-wrap { height: 100%; display: flex; + justify-content: space-between; + align-items: center; } .footer-bottom .content-wrap ul { @@ -333,3 +335,7 @@ .footer-bottom .content-wrap ul a:hover { color: #808080; } + +.footer-bottom .content-wrap .copyright { + margin-top: 0px; +} diff --git a/kit/footer.php b/kit/footer.php index 02e9a24..04a2bed 100644 --- a/kit/footer.php +++ b/kit/footer.php @@ -1,93 +1,74 @@