Files: c72544707f7832546326e266f095b59e7ff40f3e / 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