1
This commit is contained in:
parent
20bdea3e4c
commit
ba0f3d275e
@ -48,8 +48,9 @@
|
||||
.rich-text {
|
||||
margin-bottom: 1.25rem;
|
||||
img {
|
||||
width: 100% !important;
|
||||
height: auto !important
|
||||
width: unset !important;
|
||||
max-width: 100% !important;
|
||||
height: unset !important
|
||||
}
|
||||
p {
|
||||
text-align: left;
|
||||
|
@ -428,8 +428,9 @@ export default {
|
||||
height: min-content;
|
||||
min-height: 17.5rem;
|
||||
img {
|
||||
width: 100% !important;
|
||||
height: auto !important
|
||||
width: unset !important;
|
||||
max-width: 100% !important;
|
||||
height: unset !important
|
||||
}
|
||||
p {
|
||||
color: #2d2d30;
|
||||
|
Loading…
Reference in New Issue
Block a user