This commit is contained in:
parent
c7dc5a4823
commit
ea582dd986
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue