small refinements to image min-width

This commit is contained in:
keyan 2023-11-21 14:58:15 -06:00
parent 47a5b311c3
commit 20e46e747d
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@
.text {
line-height: 130%;
}
.text img {
min-width: 30% !important;
}
}
.heading {
@ -79,7 +82,7 @@
max-height: 25vh;
object-fit: contain;
object-position: left top;
min-width: 40vw;
min-width: 50%;
}
.text img.topLevel {