fix: image sizing
This commit is contained in:
parent
3cddcd8c5d
commit
bf43f52046
2 changed files with 6 additions and 6 deletions
|
|
@ -58,10 +58,9 @@
|
|||
.textimage-image-wrapper.size-25 {
|
||||
flex: 0 0 calc(40% - (var(--gap) / 2));
|
||||
}
|
||||
|
||||
/* .textimage-wrapper.size-25 { */
|
||||
/* flex: 0 0 calc(40% - (var(--gap) / 2)); */
|
||||
/* } */
|
||||
.textimage-wrapper.size-25 {
|
||||
flex: 0 0 calc(40% - (var(--gap) / 2));
|
||||
}
|
||||
|
||||
.textimage-image-wrapper.size-50 {
|
||||
flex: 0 0 calc(50% - (var(--gap) / 2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue