feat: responsive header

This commit is contained in:
2026-07-24 17:28:40 +02:00
parent 3d7c0d2332
commit e85616eacc
15 changed files with 324 additions and 261 deletions

View File

@ -47,7 +47,8 @@
}
@keyframes pulse {
0%, 100% {
0%,
100% {
transform: scale(1);
opacity: 1;
}