git ssb

16+

Dominic / patchbay



Tree: ddabf06774e3c5a4d1e76831bc096791b8795042

Files: ddabf06774e3c5a4d1e76831bc096791b8795042 / app / page / blob.mcss

242 bytesRaw
1Blob {
2 width: 100%
3 height: 100%
4
5 display: grid
6 grid: 1fr / 1fr
7 align-items: stretch
8 justify-items: stretch
9
10 iframe {
11 border: 0
12
13 /* don't think these work */
14 object-fit: scale-down
15 object-position: 50% 50%
16 }
17}
18
19

Built with git-ssb-web