diff --git a/assets/css/global.css b/assets/css/global.css index df3b5b2..2a792f8 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -30,11 +30,13 @@ body { } #link-container a { text-decoration: none; - color: var(--term-color); + color: black; } #link-container { display: flex; gap: 4vw; + background-color: var(--term-color); + justify-content: center; } hr { margin-top: 1px; @@ -113,6 +115,9 @@ label { .service-icon { vertical-align: middle; } +#content { + margin-top: 5px; +} .service-title { align-items: center; gap: 5px; diff --git a/templates/base.html.tera b/templates/base.html.tera index 63053fa..35aa331 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -15,7 +15,6 @@ members report abuse -
{% block content %}{% endblock content %}
diff --git a/templates/services.html.tera b/templates/services.html.tera index 5a2c71f..0a5f476 100644 --- a/templates/services.html.tera +++ b/templates/services.html.tera @@ -13,6 +13,6 @@ {{macros::service(title="Blog", description="Our blog where we post some stuff, sometimes :)", href="https://blog.iwakura.rip", img="")}} {{macros::service(title="Enclosed", description="Enclosed is a minimalistic web application designed for sending private and secure notes.", href="https://bin.iwakura.rip", img="https://github.com/CorentinTh/enclosed/raw/main/.github/icon-light.png")}}
-Other services can be added on request. We also try to provide space for members wanting to host their own services, though stability is something to think about when asking for this. +Other services can be added on request. We also try to provide space for members wanting to host their own services, though iwakura.rip is a hobby project made by a single guy in his basement, so stability is something to think about when asking for this.

We do not own the copyright for any of the projects mentioned above. All copyright goes to their respective owners. We only host instances of them.

{% endblock content %}