Final adjustments

This commit is contained in:
Andrew-71 2023-08-05 21:02:56 +03:00
parent 78a5cb111b
commit 83203d81c8
2 changed files with 10 additions and 4 deletions

View file

@ -33,4 +33,10 @@ code {
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
width: 50px;
}
.section > p:nth-child(5) > img:nth-child(1), .section > p:nth-child(4) > img:nth-child(1) {
max-width: 100%;
width: 75%;
}