From 68a7003713b88397cc2985fcad399b518ad19082 Mon Sep 17 00:00:00 2001 From: OLIMINATOR Date: Tue, 6 Dec 2022 13:22:42 +0100 Subject: [PATCH] mobile optimalizacia --- src/components/widgets/Hero.astro | 9 ++++-- src/components/widgets/Socials.astro | 41 +++++++++++++--------------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index 9d67c4f..604ce2e 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -4,7 +4,12 @@ import { Image } from "@astrojs/image/components"; import logo from "../../assets/logo.png"; --- -
+
descriptive text - +
+

xHyroM

+ +
diff --git a/src/components/widgets/Socials.astro b/src/components/widgets/Socials.astro index f05f085..a3aee6f 100644 --- a/src/components/widgets/Socials.astro +++ b/src/components/widgets/Socials.astro @@ -24,25 +24,22 @@ const socials = [ ]; --- -
-

xHyroM

-
    - { - socials.map((social) => ( -
  • - - {`${social.name} - -
  • - )) - } -
-
+