mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
Fix responsive
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user