diff --git a/public/internal/footer.php b/public/internal/footer.php index 173d808..5af45e0 100644 --- a/public/internal/footer.php +++ b/public/internal/footer.php @@ -34,15 +34,15 @@ function getFooter(){
- + - + - + diff --git a/scss/_footer.scss b/scss/_footer.scss index 6c42084..1535131 100644 --- a/scss/_footer.scss +++ b/scss/_footer.scss @@ -34,17 +34,14 @@ footer{ fill: $text-color; max-width: 30px; transition: fill $link-hover-animation-time; + margin-left: 10px; + display: inline; &:hover{ fill: $accent-color; } } } - - .footerIconSpacer{ - margin-left: 10px; - display: inline; - } } #blueBar{