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;
}
&-title {
text-transform: capitalize;
&-title::first-letter {
text-transform: uppercase;
}
&-content {