mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
New about page video CSS
This commit is contained in:
parent
f8c75566fa
commit
7030b16e28
1 changed files with 7 additions and 1 deletions
|
@ -32,10 +32,16 @@
|
|||
iframe {
|
||||
display: block;
|
||||
border: 1px solid $ui-gray;
|
||||
width: 100%;
|
||||
height: 290px;
|
||||
}
|
||||
}
|
||||
|
||||
div.video-container,
|
||||
div.about-scratch-video {
|
||||
height: 290px;
|
||||
width: 400px;
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
|
|
Loading…
Reference in a new issue