From ae874e537d5b81859c19195865aab3fdcaee6be4 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 31 Aug 2025 07:26:32 +0300 Subject: [PATCH] fix: align source label end --- src/app/globals.css | 4 ++++ src/components/Footer.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 020f5cc..f1ac9a8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,6 +7,10 @@ flex-wrap: wrap; } +.align-end { + align-self: end +} + @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 064df2e..0d67563 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -17,7 +17,7 @@ export default function Footer() { © 2025 MeexReay -
+

The source code is available on