diff --git a/pom.xml b/pom.xml index 8aa106b..aad7399 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.36 + 0.2.37 diff --git a/static/templates/css.st b/static/templates/css.st index 151aee5..78287ec 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -106,6 +106,13 @@ button { color: #1b00d7; } +fieldset>a, +form button{ + display: block; + margin: 10px auto; + width: fit-content; +} + table{ margin: 0 0 10px; min-width: 100%;