Skip to content
Snippets Groups Projects
Commit 0970b373 authored by Claas Kazzer's avatar Claas Kazzer Committed by André Lahmann
Browse files

refs #71226:

* fix for erroneous breakpoints for adlr_link
parent 210e653d
No related merge requests found
...@@ -44,12 +44,12 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%); ...@@ -44,12 +44,12 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%);
// 4. Customize further // 4. Customize further
// header.fixed {left:auto;max-width: 1152px;} // header.fixed {left:auto;max-width: 1152px;}
.top-bar { .top-bar {
@media only screen and (min-width: 768px) { @media only screen and (min-width: $small-breakpoint + em-calc(1)) {
padding-bottom: 1.5rem; padding-bottom: 1.5rem;
padding-top: 1.5rem; padding-top: 1.5rem;
} }
// Set min-height to 192px for 1024px up // Set min-height to 192px for 1024px up
@media only screen and (min-width: 64em) { @media only screen and (min-width: $medium-breakpoint + em-calc(1)) {
/* min-height:12rem; */ /* min-height:12rem; */
} }
.name h1 a {color:$dk_header_font;} .name h1 a {color:$dk_header_font;}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment