diff --git a/src/pages/index.astro b/src/pages/index.astro index 547fe10..27d0944 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,48 +13,52 @@ const permalink = Astro.site.href;
Feel free to check out what I got in store!
- @@ -83,36 +87,40 @@ const permalink = Astro.site.href; font-size: 1.4em; } - .hero-socials-grid { - margin: 0 1em; + .hero-socials { display: flex; - flex-wrap: wrap; - justify-content: center; - align-items: center; - width: 100%; - max-width: min(100%, 450px); - gap: 0.75rem; - } - - .hero-socials-grid a { - display: flex; - justify-content: center; - align-items: center; flex-direction: column; - width: 5.5rem; - height: 5.5rem; - text-decoration: none; - border-width: 1px; - border-style: solid; - border-color: transparent; - padding: 0.5rem; - gap: 0.25rem; - border-radius: 0.25rem; - } - - .hero-socials-grid a:hover { - color: var(--text-main); - border-color: var(--text-main); + max-width: min(100%, 450px); + text-align: center; + gap: 1.5rem; + .hero-socials-grid { + margin: 0 1em; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + width: 100%; + gap: 0.75rem; + a { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 5.5rem; + height: 5.5rem; + text-decoration: none; + border-width: 1px; + border-style: solid; + border-color: transparent; + padding: 0.5rem; + gap: 0.25rem; + border-radius: 0.25rem; + &:hover { + color: var(--text-main); + border-color: var(--text-main); + } + } + } } html:not(.theme-dark) .hero-socials-grid a img {