Remove Kevin McFlannigan details from events and update circle dimensions to use vh for better responsiveness.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
k
2025-08-05 13:47:09 +02:00
parent ca2d724bd8
commit 9502123b89
2 changed files with 2 additions and 6 deletions

View File

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