Fixed image placement and size.

This commit is contained in:
Anuj K 2023-09-22 00:02:45 +05:30
parent 5e150b9878
commit 90d7af5b40

View file

@ -133,12 +133,7 @@ p {
} }
img { img {
max-width: 80%; max-width: 100%;
height: auto; height: auto;
} }
.face {
display: block;
margin-left: auto;
margin-right: 0;
}