mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
more resizing for new video
This commit is contained in:
parent
10da7662e6
commit
42d5254f1e
1 changed files with 1 additions and 7 deletions
|
@ -28,17 +28,11 @@
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
|
||||||
display: block;
|
|
||||||
border: 1px solid $ui-gray;
|
|
||||||
height: 290px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.video-container,
|
div.video-container,
|
||||||
div.about-scratch-video {
|
div.about-scratch-video {
|
||||||
height: 290px;
|
height: 225px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue