Modify font size for special event

Transactions
Dan 2018-08-19 16:56:00 -06:00
parent c21cea4755
commit 6e5647c041
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ img.full {
.row-content-header{ .row-content-header{
font-weight: bold; font-weight: bold;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 1.35em; font-size: 1.25em;
} }
.align-top{ .align-top{

View File

@ -10,7 +10,7 @@
<div class="row tint" *ngIf="showSpecial"> <div class="row tint" *ngIf="showSpecial">
<div class="row-content"> <div class="row-content">
<div class="row-content-col-right align-top center"> <div class="row-content-col-right align-top center">
<p ofbFadeInOnScroll class="row-content-header">Special Event!</p> <p ofbFadeInOnScroll class="row-content-header">Champ the Smiling Trick Horse</p>
<p ofbFadeInOnScroll> <p ofbFadeInOnScroll>
Come join us for this special event happening September 5th and 6th at Old Fashion Baptist!. Come join us for this special event happening September 5th and 6th at Old Fashion Baptist!.
</p> </p>