feat(website): add juggling koala mascot to platforms section and optimize spacing

This commit is contained in:
Timo
2026-05-30 15:43:01 +02:00
parent 3644a7b8ac
commit f4343ca6b1
3 changed files with 11 additions and 1 deletions
+9 -1
View File
@@ -1299,12 +1299,20 @@ html.lang-de [lang="en"] {
/* --- Compatibility Section --- */
.compat-section {
padding: 4rem 0;
padding: 1rem 0 3.5rem 0;
text-align: center;
background: rgba(255,255,255,0.01);
border-bottom: 1px solid var(--glass-border);
}
.compat-mascot {
display: block;
margin: 0 auto 0.5rem auto;
max-width: 320px;
width: 100%;
height: auto;
}
.compat-heading {
font-size: 1rem;
font-weight: 600;