diff --git a/static/css/quay.css b/static/css/quay.css index 3c53572c5..c17c1fd6b 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -108,16 +108,16 @@ color: white; background-color: #1d1d1d; - background-position: left; + background-position: left -30px; background-image: url(../containers-back-black.jpg); background-repeat: no-repeat; margin-top: -20px; margin-bottom: 0px; - padding-top: 96px; + padding-top: 66px; - min-height: 500px; + min-height: 440px; } .landing .messages { @@ -146,14 +146,14 @@ } .product-tour .tour-header { - height: 200px; + height: 172px; text-align: center; margin-bottom: 40px; border-bottom: 4px solid black; } .product-tour .tour-header .tour-shoutout-header { - margin: 20px; + margin: 10px; font-size: 4em; } @@ -198,6 +198,13 @@ line-height: normal; } +@media (max-height: 768px) { + .landing { + padding: 20px; + padding-top: 46px; + } +} + .landing-footer { background-color: white; background-image: none; diff --git a/static/js/app.js b/static/js/app.js index f0cbc3952..d604e2cef 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -124,7 +124,7 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics', when('/user', {title: 'User Admin', templateUrl: '/static/partials/user-admin.html', controller: UserAdminCtrl}). when('/guide/', {title: 'Getting Started Guide', templateUrl: '/static/partials/guide.html', controller: GuideCtrl}). when('/plans/', {title: 'Quay Plans', templateUrl: '/static/partials/plans.html', controller: PlansCtrl}). - when('/', {title: 'Quay', templateUrl: '/static/partials/landing.html', controller: LandingCtrl}). + when('/', {title: 'Quay: Private docker repository hosting', templateUrl: '/static/partials/landing.html', controller: LandingCtrl}). otherwise({redirectTo: '/'}); }]). config(function(RestangularProvider) { diff --git a/static/partials/landing.html b/static/partials/landing.html index 639b2e6f5..335819b28 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -3,8 +3,8 @@
@@ -87,7 +93,7 @@