Create template for docker image

This commit is contained in:
thiloho
2024-09-29 15:00:19 +02:00
parent 6c9b42369f
commit 6c314970bd
4 changed files with 57 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ footer {
padding-block: var(--space-s);
}
footer {
margin-block-start: auto;
text-align: center;
}
.articles ul {
display: flex;
flex-direction: column;