Add text-bold class

This commit is contained in:
Johannes Zellner
2015-08-04 16:01:33 +02:00
parent d22e0f0483
commit d8ccc766b9

View File

@@ -304,6 +304,10 @@ html {
color: #5CB85C;
}
.text-bold {
font-weight: bold;
}
.text-large {
font-size: $font-size-h1;
}