git ssb

16+

Dominic / patchbay



Tree: 8beaa8d9c8e1fe17f0b1ee4190029fae0b937a35

Files: 8beaa8d9c8e1fe17f0b1ee4190029fae0b937a35 / about / html / avatar.mcss

211 bytesRaw
1Avatar {
2 --avatar-size: 4rem
3
4 width: var(--avatar-size)
5 height: var(--avatar-size)
6
7 transition: background-color .15s ease-out
8
9 img {
10 width: var(--avatar-size)
11 height: var(--avatar-size)
12 }
13}
14

Built with git-ssb-web