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

@ -25,6 +25,10 @@
font-size: 0.875em; font-size: 0.875em;
} }
} }
img {
max-width: 100%;
}
</style> </style>
</head> </head>
<body id="top"> <body id="top">