Ajout d'un CSS pour les photos de l'antenne

This commit is contained in:
Nono 2025-12-18 12:16:14 +01:00
parent f124120eb6
commit 838d8ffa9a
2 changed files with 195 additions and 1 deletions

View file

@ -18,6 +18,10 @@ html, body {
margin: 0;
}
img {
max-width: 100%;
}
a {
text-decoration: none;
color: black;
@ -83,4 +87,4 @@ footer {
flex-direction: column;
align-items: center;
}
}
}