Overwork of design
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="py-16 bg-white">
|
||||
<section class="py-12 sm:py-16 bg-white">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="text-center mb-12">
|
||||
<div class="text-center mb-8 sm:mb-10">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-4">
|
||||
Nächste Spiele
|
||||
</h2>
|
||||
@@ -10,7 +10,7 @@
|
||||
<!-- Loading State -->
|
||||
<div
|
||||
v-if="isLoading"
|
||||
class="text-center py-8"
|
||||
class="text-center py-6"
|
||||
>
|
||||
<svg
|
||||
class="w-8 h-8 text-gray-400 mx-auto mb-4 animate-spin"
|
||||
@@ -33,7 +33,7 @@
|
||||
<!-- Error State -->
|
||||
<div
|
||||
v-else-if="error"
|
||||
class="text-center py-8"
|
||||
class="text-center py-6"
|
||||
>
|
||||
<svg
|
||||
class="w-12 h-12 text-gray-400 mx-auto mb-4"
|
||||
@@ -62,7 +62,7 @@
|
||||
<!-- Empty State -->
|
||||
<div
|
||||
v-else-if="!upcomingGames || upcomingGames.length === 0"
|
||||
class="text-center py-8"
|
||||
class="text-center py-6"
|
||||
>
|
||||
<svg
|
||||
class="w-12 h-12 text-gray-400 mx-auto mb-4"
|
||||
|
||||
Reference in New Issue
Block a user