Skip to content

Commit

Permalink
app(footer): Add bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cmckni3 authored Nov 1, 2023
1 parent c558de3 commit c5ed7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Component, VERSION } from '@angular/core';
@Component({
selector: 'app-footer',
template: `
<footer class="footer mb-4 mt-2">
<footer class="footer mb-4 pb-4 mt-2">
Demo using Angular {{ version }}
<br />
Released under the
Expand Down

0 comments on commit c5ed7f9

Please sign in to comment.