improved css

This commit is contained in:
2022-04-23 18:37:10 +02:00
parent cb80ea12c7
commit 61286b3e9e
2 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.36</version>
<version>0.2.37</version>
<build>
<plugins>
<plugin>

View File

@@ -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%;