Added baseline alignment for table cells

This commit is contained in:
Eduard Urbach 2024-04-04 12:18:03 +02:00
parent 584c1df91a
commit 7ecd6fddef
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -128,6 +128,7 @@ th,
td {
width: 50%;
text-align: left;
vertical-align: baseline;
}
th {