:cookie: 375 | @konikodes |http://www.freecodecamp.com/konikodes
@mhdavis Instead of push, use offset instead:
<div class="col-md-2 col-md-offset-1">
<img class="smaller-image" id="profile-pic" src="https://pbs.twimg.com/profile_images/611301315264839681/43NNwpaH.jpg" alt="Picture of Me">
</div>
<div class="col-md-7 col-md-offset-2" id="jumb-info">
Adjust the top and bottom margins of your profile picture to position it correctly on smaller screen sizes.
mhdavis sends brownie points to @tylermoeller and @konikodes :sparkles: :thumbsup: :sparkles:
:cookie: 376 | @konikodes |http://www.freecodecamp.com/konikodes
<body data-spy="scroll" data-target=".navbar" data-offset="0">
so that the color isn't grey persay
http://codepen.io/zarruk/pen/jrByJq?editors=0010
why is my getjson giving me an array instead of a json, anybody knows?