front page styling update

This commit is contained in:
Jonas Heinrich 2025-05-18 10:51:27 +02:00
parent b9e236174c
commit 8275428075
5 changed files with 31 additions and 19 deletions

View file

@ -232,6 +232,12 @@
}
}
.bg-body-tertiary {
margin-left: -50vw;
margin-right: -50vw;
padding-left: 50vw;
padding-right: 50vw;
}
</style>
{% block extra_css %}
{% endblock %}