fix overflow
This commit is contained in:
parent
b47bf3a4c0
commit
3b83154cef
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
}}>
|
||||
<div class="max-w-3xl mx-auto px-4 pt-2 sm:pt-4">
|
||||
<header>
|
||||
<nav class="overflow-hidden flex flex-col-reverse sm:flex-row justify-center sm:justify-between items-center sm:gap-4 text-lg max-w-full w-full px-4 overflow-y-auto text-nowrap">
|
||||
<nav class="overflow-hidden flex flex-col-reverse sm:flex-row justify-center sm:justify-between items-center sm:gap-4 text-lg max-w-full w-full px-4 text-nowrap">
|
||||
<div class="flex justify-center gap-4 sm:gap-6">
|
||||
{#each Object.entries(data.socials) as [name, url]}
|
||||
<a href={url} target="_blank">
|
||||
|
|
|
|||
Loading…
Reference in a new issue