bg-card will be added to the class and password/username validation

bg-card should not be an id, ids should be unique in their use.
This commit is contained in:
Ludy87
2024-05-19 12:44:54 +02:00
parent 7c0fd02126
commit f2eb5dd7d3
64 changed files with 140 additions and 67 deletions

View File

@@ -20,7 +20,7 @@
<br><br>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9" id="bg-card">
<div class="col-md-9 bg-card">
<div class="tool-header">
<span class="material-symbols-rounded tool-header-icon other">compare</span>
<span class="tool-header-text" th:text="#{compare.header}"></span>