fix font size in appearance menus

This commit is contained in:
psychobunny
2018-02-01 16:49:53 -05:00
parent b084a596fa
commit 6533c664d6

View File

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