This commit is contained in:
Marc Beninca 2025-02-18 16:37:05 +01:00
parent 7f7e85a160
commit ee84c5701a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 25 additions and 17 deletions

View file

@ -118,7 +118,7 @@ div.org {
section.banner {
align-items: center;
display: flex;
justify-content: space-around;
justify-content: space-evenly;
}
.banner {
margin-block-start: .5em;
@ -176,6 +176,10 @@ li:nth-of-type(odd) {
background: var(--item-odd-gradient);
}
.banner table {
margin-block-start: 0;
margin-inline: 0;
}
table {
margin-inline: auto;
}
@ -199,10 +203,6 @@ ul {
grid-template-columns: 1fr;
}
.banner div {
text-align: center;
}
.title, .duration.org {
font-weight: bold;
}