Add `.italic` util class.

This commit is contained in:
Danny van Kooten 2016-12-24 10:11:25 +02:00
parent 7be07970e7
commit 9bd461f8d5
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
color: #888;
}
.italic {
font-style: italic;
}
.center-text {
text-align: center;
}