CSS: make photos responsive
This commit is contained in:
parent
6208758573
commit
ddc7a4e1f6
2 changed files with 5 additions and 1 deletions
|
@ -195,6 +195,8 @@ body {
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue