diff --git a/assets/css/theme.scss b/assets/css/theme.scss index 95b78f4..043d570 100644 --- a/assets/css/theme.scss +++ b/assets/css/theme.scss @@ -276,13 +276,10 @@ a.fn-item { /* Footer Icons */ .icons { - ol { - padding-left: 0; - } - - li { - display: inline-block; - } + display: flex; + justify-content: center; + gap: 30px; + padding: 8px; } /* Footer Links */ diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 30ce91c..c8ca859 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -19,13 +19,9 @@ {{ if ne .Site.Params.footer.showContactIcons false }}
-
    - {{ range .Site.Params.contacts }} -
  1. - -
  2. - {{ end }} -
+ {{ range .Site.Params.contacts }} + + {{ end }}
{{ end }}