Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / page / blob.mcss
304 bytesRaw
1 | Blob { |
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 | width: 100% |
17 | height: 100% |
18 | |
19 | /* don't think these work */ |
20 | object-fit: scale-down |
21 | object-position: 50% 50% |
22 | } |
23 | } |
24 | |
25 |
Built with git-ssb-web