Skip to content

Commit

Permalink
Merge pull request #2000 from rhamilto/landing-page-fix
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Sep 6, 2017
2 parents 4f8b2cf + 94a7a95 commit 0e7d693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/styles/_catalog.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@

.landing {
@media(min-width: @screen-sm-min) {
top: @landing-search-area-height;
top: (@navbar-os-header-height-desktop + @landing-search-area-height);
.tech-preview & {
top: (@navbar-os-header-height-desktop + @tech-preview-banner-height + @landing-search-area-height);
}
}
h1, .nav-tabs {
margin-bottom: 0 !important;
Expand Down
3 changes: 2 additions & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e7d693

Please sign in to comment.