[blogng] reduce image size

This commit is contained in:
Dhananjay Balan 2024-02-11 22:33:49 +01:00
parent bf8f634a63
commit c09df237fb

View File

@ -22,3 +22,8 @@ h2 {
margin-top: 1.5em;
font-weight: bold;
}
img {
width: 400px;
height: auto;
}