git ssb

16+

Dominic / patchbay



Tree: db8e0ddb7b72722a29b8f828604b39ed1f4ea0ed

Files: db8e0ddb7b72722a29b8f828604b39ed1f4ea0ed / app / page / blob.mcss

271 bytesRaw
1Blob {
2 width: 100%
3 height: 100%
4
5 display: grid
6 grid: 1fr auto / 1fr
7 grid-gap: .5rem
8
9 img {
10 max-width: 100%
11 max-height: 100%
12 }
13
14 iframe {
15 border: 0
16
17 /* don't think these work */
18 object-fit: scale-down
19 object-position: 50% 50%
20 }
21}
22
23

Built with git-ssb-web