Fix capitalisation error (#2576)

This commit is contained in:
Popovics András
2017-10-31 14:55:22 +00:00
committed by Eugenio Romano
parent ee262ee343
commit ac018c9cf3

View File

@@ -16,8 +16,8 @@
margin: 0; margin: 0;
} }
&-title { &-title::first-letter {
text-transform: capitalize; text-transform: uppercase;
} }
&-content { &-content {