mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Adding better footer.
This commit is contained in:
parent
e5159a9d81
commit
384b7a9365
2 changed files with 6 additions and 5 deletions
|
@ -51,3 +51,7 @@ p {
|
||||||
img {
|
img {
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
.footer-name {
|
||||||
|
display: inline-block !important;
|
||||||
|
padding: 0px 6px 0px 6px !important;
|
||||||
|
}
|
||||||
|
|
|
@ -14,14 +14,11 @@ export class Footer extends Component<any, any> {
|
||||||
<div class="nav-left">
|
<div class="nav-left">
|
||||||
<p style="padding-left: 2rem">
|
<p style="padding-left: 2rem">
|
||||||
Made with
|
Made with
|
||||||
<a style="display: inline-block" href="https://infernojs.org">
|
<a class="footer-name" href="https://infernojs.org">
|
||||||
Inferno
|
Inferno
|
||||||
</a>
|
</a>
|
||||||
and
|
and
|
||||||
<a
|
<a class="footer-name" href="https://jenil.github.io/chota">
|
||||||
style="display: inline-block"
|
|
||||||
href="https://jenil.github.io/chota"
|
|
||||||
>
|
|
||||||
Chota
|
Chota
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue