Add associate pastor
parent
f35904d39a
commit
05d033c96d
|
|
@ -47,8 +47,8 @@ header{
|
|||
.content{
|
||||
margin-top: 50px;
|
||||
min-height: 100%;
|
||||
margin-bottom: -130px;
|
||||
padding-bottom: 130px;
|
||||
margin-bottom: -140px;
|
||||
padding-bottom: 140px;
|
||||
}
|
||||
|
||||
footer{
|
||||
|
|
@ -73,6 +73,7 @@ footer{
|
|||
min-height: 100px;
|
||||
}
|
||||
|
||||
|
||||
@media(max-width: 900px){
|
||||
.header-button, .hideOnMobile{
|
||||
display: none;
|
||||
|
|
@ -81,15 +82,15 @@ footer{
|
|||
|
||||
@media(max-width: 800px){
|
||||
footer{
|
||||
height: 360px;
|
||||
height: 380px;
|
||||
}
|
||||
.footer-panel{
|
||||
display: block;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
.content{
|
||||
margin-bottom: -350px;
|
||||
padding-bottom: 350px;
|
||||
margin-bottom: -380px;
|
||||
padding-bottom: 380px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,18 +27,21 @@
|
|||
</a>
|
||||
<p><a href="tel:+1-406-494-5028" class="phone">(406) 494 - 5028</a></p>
|
||||
<p>Pastor Ron Derksen</p>
|
||||
<p>Associate Pastor Derek Loewen</p>
|
||||
</div>
|
||||
<div id="footer-services-content" class="footer-panel">
|
||||
<p>Sunday School: 10AM</p>
|
||||
<p>Sunday Worship: 11AM</p>
|
||||
<p>Sunday Evening: 7PM</p>
|
||||
<p>Wednesday Evening: 7PM</p>
|
||||
<br>
|
||||
</div>
|
||||
<div id="footer-website-content" class="footer-panel">
|
||||
<p><i ofbicon class="copyright">copyright</i> Copyright {{copyrightYear}}</p>
|
||||
<p>Old Fashion Baptist</p>
|
||||
<p><a routerLink="/home">ofbbutte.com</a></p>
|
||||
<p>Powered by God</p>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="audio-player-filler" [hidden]="!showAudioPlayer" ></div>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ html, body{
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: calc(100% - 50px); /*Less 50 px for height of static header*/
|
||||
}
|
||||
|
||||
.red{
|
||||
color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue