Increase avatar size

This commit is contained in:
SebastianStork 2025-10-22 18:37:58 +02:00
parent 3fc9cf584b
commit 65f715ee37
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 4 additions and 1 deletions

View file

@ -779,6 +779,9 @@
.w-16 {
width: calc(var(--spacing) * 16);
}
.w-26 {
width: calc(var(--spacing) * 26);
}
.w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] {
width: calc((100% - var(--container-3xl)) / 2);
}