don't overflow imgs in infobox

This commit is contained in:
mat 2023-12-31 00:15:18 -06:00
parent e42a146ce6
commit b09058cb90

View File

@ -234,6 +234,9 @@ h1 {
.infobox code {
font-weight: bold;
}
.infobox img {
max-width: 100%;
}
.infobox-docs_rs-version {
opacity: 0.5;
font-weight: normal;