@@ -5,12 +5,11 @@ $hm: max(calc((100vw - var(--container-width)) / 2), var(--spacing-large));
5
5
$vm : var (--spacing-large );
6
6
7
7
.header {
8
- z-index : 1003 ;
9
8
position : static ;
10
- top : 0 ;
11
9
min-height : 100px ;
12
10
background-color : var (--color-white );
13
- width : calc (100% - var (--spacing-large ));
11
+ width : 100% ;
12
+ z-index : 1003 ;
14
13
15
14
@media (min-width : 768px ) {
16
15
position : relative ;
@@ -239,11 +238,12 @@ $vm: var(--spacing-large);
239
238
display : none ;
240
239
}
241
240
.header__button .header__menu-icon .closed {
242
- height : 15 px ;
241
+ height : var ( --font-size-body ) ;
243
242
width : 100% ;
244
243
color : var (--color-white );
245
244
display : inline-block ;
246
245
font-size : var (--font-size-body );
246
+ line-height : var (--font-size-body );
247
247
}
248
248
249
249
.primary-navigation {
@@ -365,7 +365,7 @@ $vm: var(--spacing-large);
365
365
.form {
366
366
@media (max-width : 767px ) {
367
367
width : 100% ;
368
- gap : var (--spacing-medium );
368
+ gap : var (--spacing-small );
369
369
}
370
370
371
371
.form__actions {
@@ -388,6 +388,7 @@ $vm: var(--spacing-large);
388
388
389
389
.form {
390
390
padding : 0 0 var (--spacing-medium ) 0 ;
391
+ gap : var (--spacing-small );
391
392
}
392
393
393
394
@media (min-width : 768px ) {
@@ -432,10 +433,12 @@ $vm: var(--spacing-large);
432
433
.header__menu-icon .open {
433
434
// height: var(--row-height);
434
435
width : 100% ;
436
+ height : var (--font-size-body );
435
437
background-color : var (--color-white );
436
438
color : var (--color-primary );
437
439
display : inline-block ;
438
440
font-size : var (--font-size-body );
441
+ line-height : var (--font-size-body );
439
442
}
440
443
441
444
.header__menu-icon .closed {
0 commit comments