More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
} | } | ||
.infobox tr th { | .infobox tbody tr th { | ||
width: 40%; | width: 40%; | ||
} | } | ||
.infobox tr td { | .infobox tbody tr td { | ||
width: 60%; | 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 tbody tr th {
width: 40%;
}
.infobox tbody tr td {
width: 60%;
}