mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #210 from rschamp/bugfix/GH-128
Fix GH-128: Make video float right of the intro
This commit is contained in:
commit
a76d972bd0
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(66% - 20px);
|
width: calc(66% - 30px);
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: $ui-orange;
|
color: $ui-orange;
|
||||||
|
|
Loading…
Reference in a new issue