Adding better footer.

This commit is contained in:
Dessalines 2021-03-18 10:45:51 -04:00
parent e5159a9d81
commit 384b7a9365
2 changed files with 6 additions and 5 deletions

View File

@ -51,3 +51,7 @@ p {
img {
max-width: unset;
}
.footer-name {
display: inline-block !important;
padding: 0px 6px 0px 6px !important;
}

View File

@ -14,14 +14,11 @@ export class Footer extends Component<any, any> {
<div class="nav-left">
<p style="padding-left: 2rem">
Made with
<a style="display: inline-block" href="https://infernojs.org">
<a class="footer-name" href="https://infernojs.org">
Inferno
</a>
and
<a
style="display: inline-block"
href="https://jenil.github.io/chota"
>
<a class="footer-name" href="https://jenil.github.io/chota">
Chota
</a>
</p>