More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
display: block; | display: block; | ||
max-width: 30em; | max-width: 30em; | ||
} | |||
.infobox tr th { | |||
width: 40%; | |||
} | |||
.infobox tr td { | |||
width: 60%; | |||
} | } | ||
Revision as of 14:09, 12 November 2023
.infobox {
margin-bottom: var( --space-md );
background: var( --color-surface-2 );
border-radius: var( --border-radius--medium );
display: block;
max-width: 30em;
}
.infobox tr th {
width: 40%;
}
.infobox tr td {
width: 60%;
}