updated public profile view

This commit is contained in:
blaisadmin
2026-05-20 22:14:07 -04:00
parent 1c0d57299d
commit 38dcb7f49b
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -230,6 +230,12 @@ textarea {
text-align: center;
}
.public-profile-logo {
width: min(220px, 70%);
height: auto;
filter: drop-shadow(0 10px 18px rgba(86, 63, 34, 0.12));
}
.public-profile-photo {
width: min(260px, 100%);
aspect-ratio: 1;