mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix GH-128: Make video float right of the intro
This commit is contained in:
parent
deb9e8a311
commit
40b5727613
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
|
||||
.content {
|
||||
display: inline-block;
|
||||
width: calc(66% - 20px);
|
||||
width: calc(66% - 30px);
|
||||
vertical-align: top;
|
||||
|
||||
h1 {
|
||||
color: $ui-orange;
|
||||
|
|
Loading…
Reference in a new issue