wip
This commit is contained in:
parent
7f7e85a160
commit
ee84c5701a
4 changed files with 25 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue