Adjust icon size in micro navigation

This commit is contained in:
Raphael Wickihalder 2022-03-09 20:10:39 +01:00
parent 03685048f8
commit c72f4fe2a1
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -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 {