Visually center about page content
This commit is contained in:
parent
9e0cd8ffff
commit
f3950305c6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export function AboutTab() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="flex h-full flex-col items-center gap-4 px-3 py-16">
|
<div class="mt-[-2%] flex h-full flex-col items-center justify-center gap-4 px-3 py-16">
|
||||||
<img
|
<img
|
||||||
class="size-24"
|
class="size-24"
|
||||||
src="https://mtcute.dev/mtcute-logo.svg"
|
src="https://mtcute.dev/mtcute-logo.svg"
|
||||||
|
|
Loading…
Reference in a new issue