Add subtitle style

This commit is contained in:
luis cielak 2018-08-08 13:47:31 -04:00
parent 17e9344f6e
commit 41a6d28e88

View File

@ -20,6 +20,7 @@ h1, h2, h3, h4, h5, h6 {
+ .subtitle * { + .subtitle * {
margin-top: 0; margin-top: 0;
color: $color-gray;
} }
} }