Nathanwoodburn.github.io/templates/assets/css/profile.min.css
Nathan Woodburn 331de40dfd
All checks were successful
Build Docker / BuildImage (push) Successful in 43s
fix: Update address max width to stop overflow on mobile
2024-08-07 09:57:23 +10:00

1 line
295 B
CSS

.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%}