improved css

This commit is contained in:
2022-04-23 01:47:03 +02:00
parent dac01b4768
commit e32f218545
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -45,12 +45,12 @@ legend {
font-family: lofty;
font-size: 24px;
border-radius: 5px;
padding: 0px 5px;
padding: 0px 10px;
background: #eefffc;
border-color: #6c57ff;
border-width: 1px;
border-style: solid;
margin: 10px 0;
margin: 10px auto;
}
fieldset fieldset>legend {
@@ -113,5 +113,6 @@ table{
td, th{
padding: 6px 0;
text-align: center;
}