apply max width

pull/7738/head
Rich Harris 7 years ago
parent b917026e97
commit c90430a03b

@ -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