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 { img {
border-radius: 10px; border-radius: 10px;
max-width: 100%;
height: auto;
} }
} }

View file

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