Normalise box height including on bottom rows

This commit is contained in:
2021-03-21 16:56:35 +00:00
parent e5586d59ff
commit 0b98a61ccc

View File

@@ -720,10 +720,10 @@ table.alt tbody tr td {
.highlights > * {
padding: 1.5rem;
width: calc(33.3333333333% + 1rem); }
.highlights > :nth-child(-n + 3) {
/* .highlights > :nth-child(-n + 3) {
padding-top: 0; }
.highlights > :nth-last-child(-n + 3) {
padding-bottom: 0; }
padding-bottom: 0; } */
.highlights > :nth-child(3n + 1) {
padding-left: 0; }
.highlights > :nth-child(3n) {