0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

apply max width

This commit is contained in:
Rich Harris 2018-12-26 15:03:19 -05:00
parent ca060be80e
commit 38ffa99f36

View File

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