feat: add blog post about Raspberry Pi alarm clock

This commit is contained in:
2026-05-05 14:02:31 +02:00
parent 4912f010ba
commit 6663d92ef7
7 changed files with 91 additions and 0 deletions
+7
View File
@@ -17,4 +17,11 @@
pre {
padding: 1em;
}
}
// Ensure images inside markdown content are responsive
article img, main img {
max-width: 100%;
height: auto;
border-radius: 4px;
}