mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Merge branch 'main' into i18n
This commit is contained in:
commit
51e4b489d3
2 changed files with 6 additions and 5 deletions
|
@ -51,3 +51,7 @@ p {
|
|||
img {
|
||||
max-width: unset;
|
||||
}
|
||||
.footer-name {
|
||||
display: inline-block !important;
|
||||
padding: 0px 6px 0px 6px !important;
|
||||
}
|
||||
|
|
|
@ -16,13 +16,10 @@ export class Footer extends Component<any, any> {
|
|||
<p style="padding-left: 2rem">
|
||||
<T i18nKey="footer_desc">
|
||||
#
|
||||
<a style="display: inline-block" href="https://infernojs.org">
|
||||
<a class="footer-name" href="https://infernojs.org">
|
||||
#
|
||||
</a>
|
||||
<a
|
||||
style="display: inline-block"
|
||||
href="https://jenil.github.io/chota"
|
||||
>
|
||||
<a class="footer-name" href="https://jenil.github.io/chota">
|
||||
#
|
||||
</a>
|
||||
</T>
|
||||
|
|
Loading…
Reference in a new issue