Restrain img to width of container.

This commit is contained in:
Gabriel Simmer 2023-08-18 09:00:27 +01:00
parent 367a84eb11
commit de6cf78ba6
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -24,7 +24,11 @@
padding: 20px;
font-size: 0.875em;
}
}
}
img {
max-width: 100%;
}
</style>
</head>
<body id="top">