Adjust icon size in micro navigation on HiDPI desktop
This commit is contained in:
parent
c72f4fe2a1
commit
d1995fa053
1 changed files with 2 additions and 2 deletions
|
@ -338,8 +338,8 @@
|
|||
|
||||
@media (min-width: $breakpoint-xlarge) {
|
||||
.icon {
|
||||
height: 2.4rem;
|
||||
width: 2.4rem;
|
||||
height: 2.1rem;
|
||||
width: 2.1rem;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.button__label {
|
||||
|
|
Loading…
Reference in a new issue