apply max width

pull/1921/head
Rich Harris 6 years ago
parent ca060be80e
commit 38ffa99f36

@ -98,6 +98,13 @@
}
}
@media (min-width: 1460px) {
.post :global(iframe) {
width: 1360px;
margin: 2em -280px;
}
}
@media (min-height: 800px) {
.post :global(iframe) {
height: 640px;

Loading…
Cancel
Save