replace listinfo with propertyrow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-28 22:15:54 +07:00
parent 284d6a095d
commit c7dc5a4823

View file

@ -66,6 +66,8 @@ h1 {margin-top: 3vh;}
opacity: 0.7; opacity: 0.7;
} }
.pronouns { .pronouns {
font-size: 10pt; font-size: 10pt;
opacity: 0.5; opacity: 0.5;
@ -164,12 +166,20 @@ h1 {margin-top: 3vh;}
min-height: 1.5cm; min-height: 1.5cm;
} }
.listinfo { .propertyrow {
display: grid; display: grid;
grid-template-columns: 1fr 1fr;
text-decoration: none; text-decoration: none;
align-items: center; align-items: center;
min-height: 1.5cm; height: 1.5cm;
}
.propertyrow-property {
margin-top: 0.2cm;
font-size: 10pt;
opacity: 0.4;
}
.propertyrow-value {
margin-top: -0.2cm;
} }
.separator {height: 1px;} .separator {height: 1px;}