half-size img

This commit is contained in:
2022-04-26 20:31:01 +03:00
parent d4838bb558
commit d311e0f66d
3 changed files with 130 additions and 81 deletions

View File

@@ -76,11 +76,15 @@ figure {
margin: 40px 0;
}
figure.right {
float: right;
}
img,figcaption {
margin: 10px auto;
padding: 0 10px;
height: auto;
display: block
display: block;
}
@media (max-width:600px) {