Skip to content

Commit

Permalink
Fix copyright on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Buck committed Nov 16, 2020
1 parent 1ecb2eb commit 6e2c641
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ export default function Footer() {
}
.footer-logo {
margin: 20px 0 50px;
margin: 24px 0 50px;
}
.copyright {
display: block;
padding-bottom: 26px;
}
.footer a {
Expand Down Expand Up @@ -54,7 +59,7 @@ export default function Footer() {
}
`}
</style>
<span>&copy; OctoLinker 2019-Present</span>
<span className="copyright">&copy; OctoLinker 2019-Present</span>
<Link href="/privacy">
<a>Privacy</a>
</Link>
Expand Down

0 comments on commit 6e2c641

Please sign in to comment.