This commit is contained in:
Alex Emmet 2026-04-22 18:54:48 +02:00
commit 861bc41c9b
8 changed files with 30 additions and 15 deletions

View file

@ -400,7 +400,7 @@ section:not(.bg-image-section) {
}
/* ─── Team ─── */
#team h2 {
#teams h2 {
text-align: center;
font-size: 2.2rem;
margin-bottom: 3rem;
@ -777,6 +777,7 @@ footer a:hover {
}
/* ─── Socials Section Layout ─── */
#socials .content-wrapper {
display: flex;
flex-direction: column;
@ -794,6 +795,10 @@ footer a:hover {
}
/* Staff section below socials */
#staff {
background: #0000;
}
.staff-section {
width: 100%;
max-width: 1200px;
@ -822,14 +827,15 @@ footer a:hover {
}
/* ─── Team Cards ─── */
#team {
#teams {
background: var(--bg-solid);
}
#team h2 {
#teams h2 {
text-align: center;
font-size: 2.2rem;
margin-bottom: 3rem;
text-shadow: 0 3px 15px rgba(0, 0, 0, 0.9);
color: #fff;
}