Added footer styles via footer-text

This commit is contained in:
Cooper Hollmaier
2020-10-28 12:18:55 -07:00
committed by Vishnu Ks
parent a39e38c580
commit 9c966cc21e
3 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
.custom-header{
position: fixed;
}
.footer-text {
text-align:center;
padding-bottom:1 rem;
}