From 5754a44c0bf3b6edbfcff503434a87ba83022c87 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:42:42 -0400 Subject: [PATCH] icon styling --- src/layouts/partials/footer.html | 12 ++++++------ src/static/css/style.css | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) 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; +}