fix: align source label end
This commit is contained in:
parent
313561cf39
commit
ae874e537d
@ -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);
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user