feat: add url to site config, add webp support, change image sizing
This commit is contained in:
@@ -46,11 +46,9 @@
|
||||
|
||||
/* Size classes apply at all viewports */
|
||||
.textimage-image-wrapper.size-25 .textimage-picture {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.textimage-image-wrapper.size-50 .textimage-picture {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
/* On larger screens, arrange horizontally for image position settings */
|
||||
@@ -63,7 +61,15 @@
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.textimage-wrapper {
|
||||
.textimage-image-wrapper.size-25 {
|
||||
flex: 0 0 25%;
|
||||
}
|
||||
|
||||
.textimage-image-wrapper.size-50 {
|
||||
flex: 0 0 50%;
|
||||
}
|
||||
|
||||
.textimage-wrapper {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user