fix curriculum page

pull/2/head
Michael Q Larson 2014-10-22 07:42:37 -07:00
parent a3de81f88c
commit ef874e2754
3 changed files with 5 additions and 2 deletions

View File

@ -130,6 +130,10 @@ ul {
margin-bottom: -20px;
}
.nav-fixed-height {
height: 50px;
}
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

View File

@ -12,7 +12,6 @@ block content
li Challenge #2 will show you how to start a pair programming session. Pair program as much as possible. It's more fun, and you'll learn better that way.
p We're working to create more challenges. If you have an idea for a challenge you'd like us to implement,&nbsp
a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet it to @freecodecamp.
x
.col-sm-4.col-xs-12
include ./../partials/challenges
.col-sm-4.col-xs-12

View File

@ -1,4 +1,4 @@
.navbar.navbar-default.navbar-fixed-top
.navbar.navbar-default.navbar-fixed-top.nav-fixed-height
.container
.navbar-header
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')