Update Drinks.css and index.astro for style adjustments and event details update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Replaced `em` with `rem` in `.circle` dimensions for consistent scaling.
- Revised event descriptions and titles in `index.astro` for clarity.
- Updated `Menu.pdf` file.
This commit is contained in:
2025-08-04 14:17:28 +02:00
parent 38229ac5e9
commit ca2d724bd8
3 changed files with 18 additions and 14 deletions

View File

@ -81,8 +81,8 @@
}
.circle {
height: 20em;
width: 20em;
height: 20rem;
width: 20rem;
border: 2px solid var(--color-accent-beige);
border-radius: 50%;
margin: 0.5rem;