fix: align source label end

This commit is contained in:
MeexReay 2025-08-31 07:26:32 +03:00
parent 313561cf39
commit ae874e537d
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.align-end {
align-self: end
}
@theme inline { @theme inline {
--color-background: var(--background); --color-background: var(--background);
--color-foreground: var(--foreground); --color-foreground: var(--foreground);

View File

@ -17,7 +17,7 @@ export default function Footer() {
© 2025 MeexReay © 2025 MeexReay
</Link> </Link>
</div> </div>
<div className="flex text-stone-500 items-center"> <div className="flex text-stone-500 items-center align-end">
<p>The source code is available on</p> <p>The source code is available on</p>
<Link <Link
href="https://github.com/MeexReay/racinfo" href="https://github.com/MeexReay/racinfo"