Fixing footer margin
This commit is contained in:
parent
77e3dda1c5
commit
16cc3a52a0
|
|
@ -1,4 +1,5 @@
|
|||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
<div [class]="{'': !mobileService.isMobile(), 'mb5': mobileService.isMobile()}">
|
||||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
<h1 class="f4 bg-near-black white mv0 pv2 ph3">General Troop Information</h1>
|
||||
<div class="pa3 bt bg-light-blue">
|
||||
<p class="f6 f5-ns lh-copy measure mv0">
|
||||
|
|
@ -9,8 +10,8 @@
|
|||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
</article>
|
||||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
<h1 class="f4 bg-near-black white mv0 pv2 ph3">Summer Camp 2025</h1>
|
||||
<div class="pa3 bt bg-light-blue">
|
||||
<p class="f6 f5-ns lh-copy measure mv0">
|
||||
|
|
@ -35,8 +36,8 @@
|
|||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
</article>
|
||||
<article class="center mw5 mw6-ns hidden ba mv4">
|
||||
<h1 class="f4 bg-near-black white mv0 pv2 ph3">Upcoming Events</h1>
|
||||
<div class="pa3 bt bg-light-blue">
|
||||
<p class="f6 f5-ns lh-copy measure mv0">
|
||||
|
|
@ -96,4 +97,5 @@
|
|||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</article>
|
||||
</div>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {Component, inject} from '@angular/core';
|
||||
import {MobileService} from '../mobile.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-info',
|
||||
|
|
@ -7,5 +8,5 @@ import { Component } from '@angular/core';
|
|||
styleUrl: './info.component.scss'
|
||||
})
|
||||
export class InfoComponent {
|
||||
|
||||
public mobileService = inject(MobileService);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user