lower fontweight on card-titles

This commit is contained in:
wellá
2020-07-15 14:27:56 +02:00
committed by GitHub
parent cfc4259209
commit 059263b4b0

View File

@@ -70,7 +70,7 @@ export default {
&--title { &--title {
font-size: 16px !important; font-size: 16px !important;
font-weight: 900; font-weight: 600;
margin: 0 !important; margin: 0 !important;
} }