mirror of
https://github.com/MrUnknownDE/medien-dl.git
synced 2026-05-05 20:56:05 +02:00
add seo optimization
This commit is contained in:
@@ -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
|
||||
=========================== */
|
||||
|
||||
Reference in New Issue
Block a user