Skip to content

Commit

Permalink
Fix for landing page bug where .landing wasn't positioned correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Sep 5, 2017
1 parent 5709d8a commit 94a7a95
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 94a7a95

Please sign in to comment.