From 1bb1ebe5784a2c7686a78f8a558ff6eb9be2aa61 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 16:52:33 +0200 Subject: [PATCH] Added mobile support for projects --- src/components/Project.astro | 4 ++-- src/pages/projects.astro | 46 ++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/Project.astro b/src/components/Project.astro index fb7d029..2279cca 100644 --- a/src/components/Project.astro +++ b/src/components/Project.astro @@ -12,12 +12,12 @@ interface Props { const { title, description, href, cd = "cd ~/projects/" } = Astro.props; --- -
+

{title}

{description}

- +
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 2b4c037..23cbeaa 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -4,29 +4,29 @@ import Project from "@components/Project.astro"; --- -
-
-
- - A complete "batteries included" framework streamlining the - process of Minecraft plugin development. Enabling developers - to make impressive plugins with ease! - -
-
- - ????????? ???? ??????? ????? ???????? ?????? - -
-
+
+
+ + A complete "batteries included" framework streamlining the + process of Minecraft plugin development. Enabling developers to + make impressive plugins with ease! + + + ????????? ???? ??????? ????? ???????? ?????? + +