style: fix responsiveness of site layout
This commit is contained in:
parent
0457109eb3
commit
cbc2f381ab
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ import Lunar from "../assets/lunar.svg";
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="flex flex-col justify-center w-fit max-[60rem]:flex-row max-[60rem]:mt-0 max-[60rem]:gap-2">
|
<div class="flex flex-col flex-wrap justify-center w-full max-[60rem]:flex-row max-[60rem]:mt-0 max-[60rem]:gap-2">
|
||||||
<Socials />
|
<Socials />
|
||||||
<Clock client:only />
|
<Clock client:only />
|
||||||
<Online client:only />
|
<Online client:only />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue