add seo optimization

This commit is contained in:
2026-05-05 20:30:27 +02:00
parent 353f9b9e9b
commit de82812e30
4 changed files with 250 additions and 84 deletions
+40
View File
@@ -786,6 +786,46 @@ body {
color: #fca5a5;
}
/* ===========================
Footer
=========================== */
.site-footer {
position: relative; z-index: 1;
padding: 1.5rem 2rem;
border-top: 1px solid rgba(255,255,255,0.05);
text-align: center;
}
.footer-inner { max-width: 840px; margin: 0 auto; }
.footer-platforms {
display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
margin-bottom: 0.5rem;
}
.footer-platform {
font-size: 0.72rem; font-weight: 500;
letter-spacing: 0.06em; text-transform: uppercase;
color: rgba(255,255,255,0.2);
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.06);
padding: 3px 10px;
border-radius: 100px;
}
.footer-note {
font-size: 0.72rem;
color: rgba(255,255,255,0.15);
margin: 0;
}
/* Accessibility */
.sr-only {
position: absolute;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
/* ===========================
Scrollbar
=========================== */