fix curriculum page
This commit is contained in:
@ -130,6 +130,10 @@ ul {
|
|||||||
margin-bottom: -20px;
|
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 { 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%; }
|
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||||
|
|
||||||
|
@ -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.
|
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, 
|
p We're working to create more challenges. If you have an idea for a challenge you'd like us to implement, 
|
||||||
a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet it to @freecodecamp.
|
a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet it to @freecodecamp.
|
||||||
x
|
|
||||||
.col-sm-4.col-xs-12
|
.col-sm-4.col-xs-12
|
||||||
include ./../partials/challenges
|
include ./../partials/challenges
|
||||||
.col-sm-4.col-xs-12
|
.col-sm-4.col-xs-12
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.navbar.navbar-default.navbar-fixed-top
|
.navbar.navbar-default.navbar-fixed-top.nav-fixed-height
|
||||||
.container
|
.container
|
||||||
.navbar-header
|
.navbar-header
|
||||||
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
|
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')
|
||||||
|
Reference in New Issue
Block a user