Added all restaurants I could think of

This commit is contained in:
Alexis
2025-08-22 15:21:35 +02:00
parent 10b461d6ae
commit 3188148b06
8 changed files with 551 additions and 112 deletions

View File

@@ -5,3 +5,7 @@ body {
margin: 0;
padding: 0;
}
.spacing > * + * {
margin: .5em 0 0 !important;
}