feature: center align the fieldset titles

This commit is contained in:
jamesread 2024-02-07 10:58:49 +00:00
parent 15d332012f
commit dc0cf33d37
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ tr:hover td {
legend {
padding-top: 1em;
text-align: center;
width: 100%;
padding-bottom: 1em;
font-weight: bold;
}
span.icon {