Fixed external email receivers

This commit is contained in:
2026-04-23 16:01:53 +02:00 Verified
parent 87859382b2
commit 0351950396
5 changed files with 177 additions and 160 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default function Header() {
src={logo}
loading="eager"
alt="Lerbergets Volleybollsällskap"
className="max-h-24 min-h-16 my-4 md:max-h-32 md:min-h-24 md:my-6 mx-auto block transition-all duration-500 ease-out group-hover:scale-105 group-active:scale-95"
className="w-auto max-h-24 min-h-16 my-4 md:max-h-32 md:min-h-24 md:my-6 mx-auto block transition-all duration-500 ease-out group-hover:scale-105 group-active:scale-95"
/>
</Link>
</div>