Merge pull request #210 from rschamp/bugfix/GH-128

Fix GH-128: Make video float right of the intro
This commit is contained in:
Matthew Taylor 2015-11-04 00:08:26 -05:00
commit a76d972bd0

View file

@ -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;