Basic table styles
This commit is contained in:
parent
1a10555640
commit
02dabcd008
1 changed files with 13 additions and 0 deletions
|
@ -543,6 +543,19 @@ footer > .tags > .chevron:hover {
|
|||
background-color: inherit;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--separator-color);
|
||||
border-collapse: collapse;
|
||||
margin-block-end: var(--body-item-spacing);
|
||||
margin-inline: auto;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid var(--separator-color);
|
||||
padding-inline: 1rem;
|
||||
}
|
||||
|
||||
.youtube iframe {
|
||||
aspect-ratio: 16 / 9;
|
||||
margin-bottom: -3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue