responsive node ressource

This commit is contained in:
2025-12-01 10:43:44 +01:00
parent cbc0053467
commit 8a8ecbb3e4
3 changed files with 75 additions and 8 deletions

View File

@@ -18,18 +18,19 @@
@media (max-width: 810px) {
#sites-map-container {
width: 80%;
}
}
@media (max-width: 530px) {
#sites-map-container {
width: 100%;
height: 485px;
height:396px;
}
}
@media (max-width: 400px) {
#sites-map-container {
width: 100%;
height: 430px;
}
}
#sites-map-container .site-link:hover {