Website: make table cells v-align to top

This makes tables a little easier on the eyes.
This commit is contained in:
Sybren A. Stüvel 2023-08-14 16:13:53 +02:00
parent 3760b06066
commit 97a909791c

View File

@ -190,3 +190,7 @@ article p {
line-height: 28px; line-height: 28px;
margin-top: 0; margin-top: 0;
} }
table tbody td {
vertical-align: top;
}