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:
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…
Reference in New Issue
Block a user