diff --git a/public/css/app.css b/public/css/app.css index eb6664e853..a0e12c0b13 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,5 +1,5 @@ body { - padding-top: 50px; + padding-top: 80px; } .starter-template { diff --git a/views/api/foursquare.jade b/views/api/foursquare.jade index 834f069c8f..db689fbbe1 100644 --- a/views/api/foursquare.jade +++ b/views/api/foursquare.jade @@ -1,7 +1,11 @@ extends ../layout block content - h1 Foursquare API + .jumbotron + h1 Foursquare API + p Demonstration of some Foursquare API endpoints + p + a.btn.btn-default(href='https://developer.foursquare.com/docs/', role='button') Foursquare Documentation if !user.tokens.foursquare a.btn.btn-large.btn-primary(href='/auth/foursquare') Get Foursquare Token