adjust footer breaks + avoid line break in entities contact info

This commit is contained in:
2024-08-10 14:25:04 +02:00
parent ebf5007e20
commit 646b3e4128
3 changed files with 31 additions and 2 deletions

View File

@@ -24,6 +24,10 @@
.text {
padding: 0;
}
.name {
margin-bottom: .2em;
}
.name,
.role {
@@ -32,6 +36,7 @@
.role {
font-family: var(--font-serif);
line-height: 1.2;
}
.contact {
@@ -40,6 +45,10 @@
font-size: var(--font-size-caption);
font-weight: 500;
line-height: 1.7;
li {
white-space: nowrap;
}
}
.icon {