Files: 4f38a991eff961ff071507e747fd5dba7a2a5e94 / app / page / blob.mcss
242 bytesRaw
1 | Blob { |
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