Add picture

This commit is contained in:
2025-09-02 21:11:32 +02:00
parent c9103c29b6
commit 8c6f9a18b6
3 changed files with 29 additions and 3 deletions

BIN
static/DutchOpen2024.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

View File

@ -985,10 +985,28 @@ footer {
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* Photo visibility control */
.about-photo-mobile {
display: none; /* Hidden on desktop */
margin: 2rem 0;
}
.about-photo-desktop {
display: block; /* Shown on desktop */
}
@media (max-width: 900px) {
.about-grid {
grid-template-columns: 1fr;
}
.about-photo-mobile {
display: block; /* Show mobile photo after first paragraph */
}
.about-photo-desktop {
display: none; /* Hide desktop photo */
}
}
/* Responsive Design */