CSS: make photos responsive

This commit is contained in:
Théophile Bastian 2021-01-10 18:31:24 +01:00
parent 6208758573
commit ddc7a4e1f6
2 changed files with 5 additions and 1 deletions

View File

@ -195,6 +195,8 @@ body {
}
img {
border-radius: 10px;
max-width: 100%;
height: auto;
}
}

View File

@ -140,7 +140,9 @@ body {
#main_photo a {
width: 75%; } }
#main_photo img {
border-radius: 10px; }
border-radius: 10px;
max-width: 100%;
height: auto; }
#foot {
font-size: 0.7em;