c'est mieux comme ca

This commit is contained in:
smals-lade
2026-05-08 13:52:49 +02:00
parent 8ad5aa1c7e
commit 694a02e0d3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,14 +12,14 @@ body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--f
.bg-glow--1 { top: -200px; right: -100px; background: var(--accent); animation: gf 12s ease-in-out infinite; }
@keyframes gf { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(30px,-40px) scale(1.1)} }
.app { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 32px 24px 80px; }
.app { position: relative; z-index: 1; max-width: 90%; margin: 0 auto; padding: 32px 24px 80px; }
.header { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.header-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--accent), var(--accent-dim)); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--bg); box-shadow: 0 0 30px var(--accent-glow-strong); }
.header-text h1 { font-size: 26px; font-weight: 900; letter-spacing: -0.5px; }
.header-text p { color: var(--fg-muted); font-size: 14px; margin-top: 4px; }
.badge-api { background: var(--accent-glow); color: var(--accent); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; border: 1px solid rgba(0,230,138,0.2); margin-left: auto; font-family: 'JetBrains Mono', monospace; }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 24px; box-shadow: var(--shadow); }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 24px; box-shadow: var(--shadow); max-width: 60%; margin-left:auto; margin-right: auto; }
.card-title { font-size: 16px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.card-title i { color: var(--accent); font-size: 14px; }