Update banner style

This commit is contained in:
2018-09-18 10:24:16 -04:00
parent 15be41b26f
commit bc1f70e0dc
7 changed files with 13 additions and 5 deletions
@@ -2,4 +2,4 @@
@{
var title = Model.MacroParameters["Title"];
}
<h1 style='font-size:62px;text-align:center'>@title</h1>
<h1 class="headline">@Html.Raw(title)</h1>