Add row css class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-28 22:26:12 +07:00
parent c7dc5a4823
commit ea582dd986

View file

@ -166,6 +166,14 @@ h1 {margin-top: 3vh;}
min-height: 1.5cm; min-height: 1.5cm;
} }
.row {
display: grid;
grid-template-columns: 1fr 1cm;
text-decoration: none;
align-items: center;
min-height: 1.5cm;
}
.propertyrow { .propertyrow {
display: grid; display: grid;
text-decoration: none; text-decoration: none;