replace listinfo with propertyrow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
284d6a095d
commit
c7dc5a4823
1 changed files with 13 additions and 3 deletions
16
style.css
16
style.css
|
@ -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;}
|
||||||
|
|
Loading…
Reference in a new issue