Fix GH-128: Make video float right of the intro

This commit is contained in:
Ray Schamp 2015-11-03 14:44:46 -05:00
parent deb9e8a311
commit 40b5727613

View file

@ -11,7 +11,8 @@
.content {
display: inline-block;
width: calc(66% - 20px);
width: calc(66% - 30px);
vertical-align: top;
h1 {
color: $ui-orange;