fix font size in appearance menus

v1.18.x
psychobunny 7 years ago
parent b084a596fa
commit 6533c664d6

@ -38,8 +38,12 @@
background-size: contain; background-size: contain;
} }
.mdl-card__supporting-text h2 { .mdl-card__supporting-text {
margin-bottom: 15px; font-size: 1.5rem;
h2 {
margin-bottom: 15px;
}
} }
} }

Loading…
Cancel
Save