Fix responsive

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 19:56:54 +02:00
parent ae278a84ee
commit cd93b16618

View File

@@ -1,7 +1,6 @@
--- ---
import { ArrowRight, Coffee, FolderCode, Key, Newspaper } from "@lucide/astro"; import { ArrowRight, FolderCode, Key, Rss } from "@lucide/astro";
import { Image } from "astro:assets"; import { Image } from "astro:assets";
import { Rss } from "lucide-astro";
interface Props { interface Props {
name: string; name: string;
@@ -50,7 +49,7 @@ const { name, title, description, avatar, location, socialLinks, gpgKey, rssFeed
</p> </p>
{ {
socialLinks && ( socialLinks && (
<div class="flex gap-4"> <div class="flex flex-wrap gap-4">
{socialLinks.github && ( {socialLinks.github && (
<div class="tooltip" data-tip="Github"> <div class="tooltip" data-tip="Github">
<a <a
@@ -334,7 +333,7 @@ const { name, title, description, avatar, location, socialLinks, gpgKey, rssFeed
) )
} }
<div class="mt-12 flex gap-5"> <div class="mt-12 flex flex-wrap gap-5">
<a href="/blog" class="btn btn-ghost gap-2"> <a href="/blog" class="btn btn-ghost gap-2">
Blog Posts Blog Posts
<ArrowRight class="size-4" /> <ArrowRight class="size-4" />