1

fix styling, rename error page

This commit is contained in:
kasch309
2020-03-19 14:22:39 +01:00
parent 01c0cac2a2
commit b6c5fcda65
9 changed files with 29 additions and 27 deletions

View File

@ -42,7 +42,7 @@
</h3>
<br>
<div th:each="gruppe: ${gruppen}">
<div class="shadow-sm p-4" style="border: none; background: aliceblue">
<div class="shadow-sm p-4" style="border: none; border-radius: 5px; background: aliceblue">
<h3 style="color: dodgerblue; font-weight: bold;">
<a th:href="@{/gruppen2/details/{id}(id=${gruppe.getId()})}" th:text="${gruppe.getTitle()}"></a>
</h3>