Update docs/assets/css/custom.css, docs/_includes/footer.html files

This commit is contained in:
Krille Fear 2021-08-15 14:33:51 +00:00
parent 950463c1a5
commit 848be8f7cc
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<div class="centered">
<a href="https://famedly.com/kontakt">{{ site.data[page.lang].index.support }}</a><br/>
<script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/{{site.assets}}/widgets/donate.svg"></a></noscript>
</div>
@ -20,6 +19,7 @@
{% endfor %}
)
<br/>
<a href="https://famedly.com/kontakt">{{ site.data[page.lang].index.support }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE">{{ site.data[page.lang].index.license }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md">{{ site.data[page.lang].index.changelog }}</a> -
<a href="https://hosted.weblate.org/projects/fluffychat/">{{ site.data[page.lang].index.translations }}</a> -

View File

@ -10,7 +10,6 @@
/* =============HEADER============== */
.header{
border-bottom: 1px solid var(--border-color);
height: var(--header-height);
width: 80%;
max-width: 960px;