Created
October 8, 2019 15:33
-
-
Save otarza/b25393d22b43bf1cc40354cf6732ed74 to your computer and use it in GitHub Desktop.
Fix images on serrala node events
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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