small refinements to image min-width
This commit is contained in:
parent
47a5b311c3
commit
20e46e747d
|
@ -9,6 +9,9 @@
|
||||||
.text {
|
.text {
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
}
|
}
|
||||||
|
.text img {
|
||||||
|
min-width: 30% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
|
@ -79,7 +82,7 @@
|
||||||
max-height: 25vh;
|
max-height: 25vh;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: left top;
|
object-position: left top;
|
||||||
min-width: 40vw;
|
min-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text img.topLevel {
|
.text img.topLevel {
|
||||||
|
|
Loading…
Reference in New Issue