mirror of
https://github.com/xHyroM/website.git
synced 2024-11-09 17:28:07 +01:00
fix: server pfp 300x300
This commit is contained in:
parent
65fc692605
commit
0c7f7ff712
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import { SOCIALS } from "../config";
|
||||||
class="mt-24 flex flex-col items-center justify-center md:mt-64 md:flex-row"
|
class="mt-24 flex flex-col items-center justify-center md:mt-64 md:flex-row"
|
||||||
>
|
>
|
||||||
<div class="justify-cener flex items-center">
|
<div class="justify-cener flex items-center">
|
||||||
<Image src={logo} width={200} alt="pfp" class={"h-[200px] w-[200px]"} />
|
<Image src={logo} width={300} alt="pfp" class={"h-[200px] w-[200px]"} />
|
||||||
</div>
|
</div>
|
||||||
<section class="text-center md:ml-6 md:text-left">
|
<section class="text-center md:ml-6 md:text-left">
|
||||||
<div class="flex flex-col drop-shadow-yellow">
|
<div class="flex flex-col drop-shadow-yellow">
|
||||||
|
|
Loading…
Reference in a new issue