update 12.12 button

This commit is contained in:
2024-11-21 16:39:57 +02:00
parent d03ba91324
commit 2341c0a32c
3 changed files with 10 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
</g>
</g>
</svg>
<a href="action.html" class="text-balance text-3xl font-semibold tracking-tight text-white sm:text-4xl">12.12.2024</a>
<a href="/action" class="text-balance text-3xl font-semibold tracking-tight text-white sm:text-4xl">12.12.2024</a>
</div>
</figure>
</div>
@@ -78,6 +78,11 @@
color: #ffffff;
}
blockquote {
border-left-width: 2px;
padding-left: 1rem;
}
.inline-flex {
display: flex;
align-items: center;