css tweak

This commit is contained in:
rimu 2024-01-04 22:24:13 +13:00
parent 1f3c383479
commit 5ededc0727
2 changed files with 2 additions and 2 deletions

View file

@ -396,7 +396,7 @@ fieldset legend {
margin-left: auto;
margin-right: auto;
}
.card .card-body > p > img {
.card .card-body > p > img, .card .card-body > p > a > img {
max-width: 100%;
}

View file

@ -50,7 +50,7 @@ nav, etc which are used site-wide */
margin-left: auto;
margin-right: auto;
.card-body > p > img {
.card-body > p > img, .card-body > p > a > img {
max-width: 100%;
}
}