Put images before recipe

This commit is contained in:
2024-10-05 19:15:20 +02:00
parent 7825f62fa2
commit c1ce2185a5
2 changed files with 29 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ nav {
}
section {
max-width: 800px;
max-width: calc(800px + 2 * 10px);
margin: 0 auto;
font-family: bainsley, sans;
}
@@ -68,3 +68,18 @@ section {
article {
padding: 10px;
}
p.imagetext {
font-style: italic;
text-align: right;
font-size: 0.85em;
color: #444444;
margin-bottom: 0.1em;
}
p.image {
margin: 0;
img {
max-width: 100%;
}
}