diff --git a/css/styles.css b/css/styles.css index 560c684..027b4a9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -729,15 +729,20 @@ img { .footer-social { display: flex; - justify-content: flex-start; + justify-content: center; margin-bottom: 20px; - align-self: flex-start; + align-self: center; } .footer-social a { - margin: 0 10px 0 0; - font-size: 24px; + margin: 0 15px; + font-size: 28px; color: var(--text-color); + transition: transform 0.2s; +} + +.footer-social a:hover { + transform: scale(1.2); } .footer-contact { diff --git a/includes/footer.php b/includes/footer.php index d476c00..cf04da1 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -6,16 +6,7 @@ Kaubuntu.re - - - - + + +