style: update career certificate typography with new Cinzel font class and layout adjustments

This commit is contained in:
Ümit Tunç
2026-06-08 19:19:16 +03:00
parent ba6431e500
commit 13d12e4f8f
@@ -61,11 +61,11 @@
<!-- Main Content -->
<div class="text-center my-auto px-4">
<h1 class="font-serif text-3xl md:text-5xl text-slate-900 uppercase mt-8 mb-2" style="font-weight: 900; letter-spacing: 0.04em;">Staj Bitirme Sertifikası</h1>
<h1 class="font-cinzel text-3xl md:text-5xl text-slate-900 uppercase mt-8 mb-2" style="font-weight: 900; letter-spacing: 0.04em;">Staj Bitirme<br>Sertifikası</h1>
<div class="w-24 mx-auto mb-8 border-b-[3px] border-orange-500"></div>
<p class="text-slate-400 text-xs md:text-sm uppercase tracking-wider mb-2">Sayın</p>
<h2 class="font-serif text-2xl md:text-4xl font-extrabold text-slate-900 tracking-wide mb-6">{{ $application->name }}</h2>
<h2 class="font-cinzel text-2xl md:text-4xl font-extrabold text-slate-900 tracking-wide mb-6">{{ $application->name }}</h2>
<div class="max-w-3xl mx-auto text-slate-700 leading-relaxed text-sm md:text-base space-y-4">
<p>
@@ -196,6 +196,9 @@
.font-serif {
font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
}
.font-cinzel {
font-family: 'Cinzel', serif !important;
}
.text-glow-white {
text-shadow: 0 0 10px #ffffff, 0 0 6px #ffffff, 0 0 3px #ffffff;