Fix image width on single collection item

This commit is contained in:
Fabiano 2018-08-03 10:33:42 -03:00
parent cebf823ba7
commit d4268703b8
1 changed files with 2 additions and 2 deletions

View File

@ -167,10 +167,10 @@
display: block;
height: auto;
margin: 0 auto;
width: calc(4.16666666667% * 18);
//width: calc(4.16666666667% * 18);
}
img.attachment-large {
width: 100%;
//width: 100%;
}
> iframe {
@media only screen and (min-width: 768px){