optimized design
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 10m8s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 3m18s

This commit is contained in:
Torsten Schulz (local)
2026-08-12 13:15:14 +02:00
parent 51e59e85ef
commit 76d7000735
5 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section class="py-12 sm:py-16 bg-gray-50">
<section class="py-8 sm:py-10 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-8 sm:mb-10">
<div class="text-center mb-6 sm:mb-8">
<h2 class="text-4xl sm:text-5xl font-display font-bold text-gray-900 mb-4">
Kommende Termine
</h2>
@@ -12,7 +12,7 @@
<TermineVorschau />
</div>
<div class="text-center mt-8">
<div class="text-center mt-5 sm:mt-6">
<NuxtLink
to="/termine"
class="inline-flex items-center px-6 py-3 bg-primary-600 hover:bg-primary-700 text-white font-semibold rounded-lg transition-colors"