Browse Source

Refactor social links layout: adjust gap and enable wrapping for better responsiveness in index.html and public/index.html.

codeskraps 3 days ago
parent
commit
455cbc9156
2 changed files with 2 additions and 2 deletions
  1. 1 1
      layouts/index.html
  2. 1 1
      public/index.html

+ 1 - 1
layouts/index.html

@@ -4,7 +4,7 @@
         <img src="/favicon.ico" alt="codeskraps logo" style="width: 48px; height: 48px; margin-bottom: 3rem;" />
         <div class="intro-title" style="font-family: 'Fira Mono', monospace; font-size: 3rem; font-weight: 500; margin-bottom: 3rem;">{{ .Site.Title }}</div>
         {{ with .Site.Params.social }}
-        <div class="intro-social" style="display: flex; gap: 2rem;">
+        <div class="intro-social" style="display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;">
             {{ range . }}
             <a href="{{ .url }}" {{ with .target }}target="{{ . }}"{{ end }} {{ with .aria }}aria-label="{{ . }}"{{ end }}>
                 {{ .name }}

+ 1 - 1
public/index.html

@@ -86,7 +86,7 @@
         <img src="/favicon.ico" alt="codeskraps logo" style="width: 48px; height: 48px; margin-bottom: 3rem;" />
         <div class="intro-title" style="font-family: 'Fira Mono', monospace; font-size: 3rem; font-weight: 500; margin-bottom: 3rem;">codeskraps</div>
         
-        <div class="intro-social" style="display: flex; gap: 2rem;">
+        <div class="intro-social" style="display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;">
             
             <a href="https://repo.codeskraps.com/codeskraps" target="_blank" aria-label="Repo Profile">
                 repo