Skip to content

Instantly share code, notes, and snippets.

@otarza
Created October 8, 2019 15:33
Show Gist options
  • Save otarza/b25393d22b43bf1cc40354cf6732ed74 to your computer and use it in GitHub Desktop.
Save otarza/b25393d22b43bf1cc40354cf6732ed74 to your computer and use it in GitHub Desktop.
Fix images on serrala node events
@media only screen and (min-width: 460px) {
.page-node-type-event section.paragraph--type--layout-wrapper.three-col > .main-container > div.paragraph--type--text-image img {
max-width: 100%;
display: inline;
}
}
@media only screen and (min-width: 769px) {
.page-node-type-event section.paragraph--type--layout-wrapper.three-col
> .main-container
> div.paragraph--type--text-image
> div.image-wrapper {
width: 100%;
display: initial;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment