Manual: Shrink image if too wide for screen

This commit is contained in:
Wuzzy 2023-04-03 14:47:51 +02:00
parent 25fe0fc3c3
commit 651bccb186

View File

@ -102,4 +102,7 @@ h6 {
}
img {
border: 2px solid #333333;
/* Auto-shrink image if too wide for the screen */
max-width: 100%;
height: auto;
}