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