Fix navigation menu style
This commit is contained in:
parent
ec5677ad9f
commit
9059e44ea5
3 changed files with 36 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
--semi-bold-font-weight: 600;
|
||||
--bold-font-weight: 700;
|
||||
--text-font-size: 1rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1.2);
|
||||
--text-line-height: 1.1;
|
||||
|
||||
// Dimensions
|
||||
|
||||
|
@ -37,7 +37,7 @@ $desktop-media-query: 62rem;
|
|||
// Fonts
|
||||
|
||||
--text-font-size: 0.95rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1.1);
|
||||
// --text-line-height: calc(var(--text-font-size) * 1.1);
|
||||
|
||||
|
||||
// Dimensions
|
||||
|
@ -53,7 +53,7 @@ $desktop-media-query: 62rem;
|
|||
// Fonts
|
||||
|
||||
--text-font-size: 0.9rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1);
|
||||
// --text-line-height: calc(var(--text-font-size) * 1);
|
||||
|
||||
// Dimensions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue