diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html
index 508ec4c..4a7ab08 100644
--- a/src/layouts/partials/footer.html
+++ b/src/layouts/partials/footer.html
@@ -10,12 +10,12 @@
diff --git a/src/static/css/style.css b/src/static/css/style.css
index 8f4118c..9de2518 100644
--- a/src/static/css/style.css
+++ b/src/static/css/style.css
@@ -348,3 +348,8 @@ hr{
color: #1a1a1a;
box-shadow: inset 0px 0px 0px 7px #1a1a1a !important;
}
+
+.social-icon{
+ display: inline-block;
+ margin-right: 20px !important;
+}