fix: align source label end
This commit is contained in:
parent
313561cf39
commit
ae874e537d
@ -7,6 +7,10 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.align-end {
|
||||
align-self: end
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
--color-background: var(--background);
|
||||
--color-foreground: var(--foreground);
|
||||
|
@ -17,7 +17,7 @@ export default function Footer() {
|
||||
© 2025 MeexReay
|
||||
</Link>
|
||||
</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>
|
||||
<Link
|
||||
href="https://github.com/MeexReay/racinfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user