style(nav): remove duplicate display property in mobile nav links
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s
This commit is contained in:
@@ -1146,10 +1146,9 @@ footer {
|
||||
font-size: 1rem;
|
||||
padding: 1rem 0;
|
||||
border-bottom: 1px solid var(--warm);
|
||||
display: block;
|
||||
min-height: 44px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
nav.mobile-open .nav-hamburger span,
|
||||
|
||||
Reference in New Issue
Block a user