switch to atom feed

This commit is contained in:
Never Gude 2026-03-09 12:16:56 +01:00
parent 6ab972d65e
commit ff76559ab7
28 changed files with 906 additions and 1751 deletions

View file

@ -301,8 +301,20 @@ hr {
margin: 1em 0;
}
table {
figure {
margin: 1em 0;
width: 100%;
overflow-x: auto;
display: block;
text-align: center;
}
figcaption {
margin-top: 0.75em;
}
table {
margin: 1em auto;
border-collapse: collapse;
width: 100%;
overflow-x: auto;