Enlarge the headers in jumbotrons

This commit is contained in:
Brenda
2019-11-30 21:14:59 +13:00
parent bdefa9dad9
commit b40e7221e2

View File

@@ -8,11 +8,12 @@ body {
font-family: $default-font;
}
.site-name {
font-family: 'Modak', cursive;
.jumbotron h1 {
font-size: 400%;
}
.navbar-brand .site-name {
font-family: 'Modak', cursive;
font-size: 3em;
}