Issue #3180280 by komalk, mherchel, sulfikar_s, ranjith_kumar_k_u, proeung, jwitkowski79: [Olivero Theme] [Design QA]: Reduce the letter spacing within the Subnav menu items
parent
cee06ebf88
commit
e2cb364325
|
@ -37,7 +37,6 @@
|
|||
.primary-nav__menu-link {
|
||||
flex-grow: 1;
|
||||
text-decoration: none;
|
||||
letter-spacing: -1px;
|
||||
color: #0d1214;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
|
@ -247,6 +246,7 @@
|
|||
.primary-nav__menu-link--level-1 {
|
||||
position: relative;
|
||||
display: flex;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
.primary-nav__menu-link {
|
||||
flex-grow: 1;
|
||||
text-decoration: none;
|
||||
letter-spacing: -1px;
|
||||
color: var(--color--gray-0);
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
|
@ -135,6 +134,7 @@
|
|||
.primary-nav__menu-link--level-1 {
|
||||
position: relative;
|
||||
display: flex;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue