WineQualityStatistics: Small changes

This commit is contained in:
2024-03-28 15:45:58 +01:00
parent c2b6486ede
commit d501cfaf72

View File

@ -14,6 +14,7 @@ h2 {
h3 { h3 {
font-weight: bold; font-weight: bold;
font-style: normal;
font-size: 14pt; font-size: 14pt;
margin: 0; margin: 0;
text-align: left; text-align: left;
@ -22,7 +23,7 @@ h3 {
h4 { h4 {
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
font-size: 12pt; font-size: 10pt;
margin: 0; margin: 0;
text-align: center; text-align: center;
margin: 2mm 0 2mm 0; margin: 2mm 0 2mm 0;
@ -74,7 +75,7 @@ table .footer.green {
.row span { .row span {
flex: 10mm 1 1; flex: 10mm 1 1;
display: block; display: block;
padding: 0 2mm; padding: 0 1mm;
} }
.row .units { .row .units {
@ -93,4 +94,4 @@ table .footer.green {
} }
.row span:first-child { flex-basis: 7.5mm; } .row span:first-child { flex-basis: 7.5mm; }
.row span:last-child { flex-basis: 15mm; } .row span:last-child { flex-basis: 17.5mm; }