feat: setup documentation wegsite

This commit is contained in:
Hazel Noack
2025-05-16 16:58:25 +02:00
parent be51f463a1
commit 2ded0c7768
4 changed files with 28 additions and 0 deletions

13
src/static/style.css Normal file
View File

@@ -0,0 +1,13 @@
img {
float: right;
margin: 1em;
max-width: 20%;
height: auto;
}
/* Responsive: remove float on small screens */
@media screen and (max-width: 768px) {
img {
max-width: 50%;
}
}