File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1111 @media screen and (max-width : $db-break-the-header-max-width ) {
1212 margin-inline-start : auto ;
1313 margin-inline-end : 2.25rem ;
14- padding-inline-end : 2rem ;
1514
1615 & ::before {
1716 display : none ;
10099 width : calc (100vw - 5.5rem );
101100 }
102101 }
103-
104- .elm-button {
105- inset-inline-end : 2rem ;
106- }
107102 }
108103}
Original file line number Diff line number Diff line change 1414
1515 min-block-size : $header---minHeight ;
1616 padding-inline : 1.5rem ;
17- padding-block : 0.875rem ;
17+ @media screen and (width > $db-break-the-header-max-width ) {
18+ padding-block : 0.875rem ;
19+ }
1820
1921 // Divider only if there is a sitesearch and metanavigation
2022 & :has (.cmp-sitesearch ):has (.cmp-metanavigation ) {
3234
3335 & :has (.cmp-mainnavigation > input [type = " checkbox" ][id ]:not (:checked )) {
3436 .rea-meta {
35- position : absolute ;
36- inset : 0 ;
37- margin : 0 ;
38-
3937 & > .elm-link ,
4038 .cmp-metanavigation ,
4139 .cmp-language-switcher ,
You can’t perform that action at this time.
0 commit comments