Commit 745486b 1 parent b25f71d commit 745486b Copy full SHA for 745486b
File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11
11
@media screen and (max-width : $db-break-the-header-max-width ) {
12
12
margin-inline-start : auto ;
13
13
margin-inline-end : 2.25rem ;
14
- padding-inline-end : 2rem ;
15
14
16
15
& ::before {
17
16
display : none ;
100
99
width : calc (100vw - 5.5rem );
101
100
}
102
101
}
103
-
104
- .elm-button {
105
- inset-inline-end : 2rem ;
106
- }
107
102
}
108
103
}
Original file line number Diff line number Diff line change 14
14
15
15
min-block-size : $header---minHeight ;
16
16
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
+ }
18
20
19
21
// Divider only if there is a sitesearch and metanavigation
20
22
& :has (.cmp-sitesearch ):has (.cmp-metanavigation ) {
32
34
33
35
& :has (.cmp-mainnavigation > input [type = " checkbox" ][id ]:not (:checked )) {
34
36
.rea-meta {
35
- position : absolute ;
36
- inset : 0 ;
37
- margin : 0 ;
38
-
39
37
& > .elm-link ,
40
38
.cmp-metanavigation ,
41
39
.cmp-language-switcher ,
You can’t perform that action at this time.
0 commit comments