Skip to content

Commit

Permalink
Added footer styles via footer-text
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooper Hollmaier authored and hackerkid committed Oct 29, 2020
1 parent a39e38c commit 9c966cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/components/layout.js
Expand Up @@ -30,7 +30,7 @@ const Layout = ({ children }) => {
<Header siteTitle={data.site.siteMetadata.title} />
<Container fluid>
<main>{children}</main>
<footer>
<footer class ="footer-text">
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
Expand Down
4 changes: 4 additions & 0 deletions app/src/styles/global.css
@@ -1,3 +1,7 @@
.custom-header{
position: fixed;
}
.footer-text {
text-align:center;
padding-bottom:1 rem;
}

0 comments on commit 9c966cc

Please sign in to comment.