Skip to content

Commit 94a7a95

Browse files
committed
Fix for landing page bug where .landing wasn't positioned correctly
1 parent 5709d8a commit 94a7a95

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)