fix: Update address max width to stop overflow on mobile
All checks were successful
Build Docker / BuildImage (push) Successful in 43s

This commit is contained in:
Nathan Woodburn 2024-08-07 09:57:23 +10:00
parent f3ee6607e7
commit 331de40dfd
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1 +1 @@
.profile-container{height:300px}img.profile{width:300px;position:absolute;left:50%;margin-left:-150px;aspect-ratio:1;padding-top:calc(var(--s)/5);transform:scale(1);transition:.5s}img.foreground{border-radius:50%;pointer-events:none}img.background:hover{filter:blur(5px)}
.profile-container{height:300px}img.profile{width:300px;position:absolute;left:50%;margin-left:-150px;aspect-ratio:1;padding-top:calc(var(--s)/5);transform:scale(1);transition:.5s}img.foreground{border-radius:50%;pointer-events:none}img.background:hover{filter:blur(5px)}.address{max-width:100%}