change header height back to 60px
This commit is contained in:
parent
1f0d59c444
commit
00f97259e2
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ $large-breakpoint: 1921px;
|
||||||
--header-bg: var(--color-white);
|
--header-bg: var(--color-white);
|
||||||
--header-color: var(--color-text);
|
--header-color: var(--color-text);
|
||||||
--header-active-color: rgba(0, 0, 0, 0.85);
|
--header-active-color: rgba(0, 0, 0, 0.85);
|
||||||
--header-height: 75px;
|
--header-height: 60px;
|
||||||
--header-button-bg: transparent;
|
--header-button-bg: transparent;
|
||||||
--header-button-hover-bg: rgba(100, 100, 100, 0.15);
|
--header-button-hover-bg: rgba(100, 100, 100, 0.15);
|
||||||
--header-primary-color: var(--color-primary);
|
--header-primary-color: var(--color-primary);
|
||||||
|
|
Loading…
Reference in a new issue