Skip to content

Commit 0e7d693

Browse files
author
OpenShift Bot
authoredSep 6, 2017
Merge pull request #2000 from rhamilto/landing-page-fix
Merged by openshift-bot
2 parents 4f8b2cf + 94a7a95 commit 0e7d693

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎app/styles/_catalog.less

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323

2424
.landing {
2525
@media(min-width: @screen-sm-min) {
26-
top: @landing-search-area-height;
26+
top: (@navbar-os-header-height-desktop + @landing-search-area-height);
27+
.tech-preview & {
28+
top: (@navbar-os-header-height-desktop + @tech-preview-banner-height + @landing-search-area-height);
29+
}
2730
}
2831
h1, .nav-tabs {
2932
margin-bottom: 0 !important;

‎dist/styles/main.css

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.