diff --git a/pom.xml b/pom.xml
index 4ca6e10..0c43e7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.example
Widerhall
- 0.2.29
+ 0.2.30
diff --git a/static/templates/css.st b/static/templates/css.st
index 44f372b..2a98296 100644
--- a/static/templates/css.st
+++ b/static/templates/css.st
@@ -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;
}
\ No newline at end of file