fixed img max-width on simplenews
This commit is contained in:
parent
266fb10083
commit
d38e929be5
@ -6473,7 +6473,7 @@ body.node-type-simplenews #content article.node.node-simplenews {
|
|||||||
body.node-type-simplenews #content article.node.node-simplenews tbody {
|
body.node-type-simplenews #content article.node.node-simplenews tbody {
|
||||||
border-top: 0px; }
|
border-top: 0px; }
|
||||||
body.node-type-simplenews #content article.node.node-simplenews img {
|
body.node-type-simplenews #content article.node.node-simplenews img {
|
||||||
max-width: 218px; }
|
max-width: 9999px; }
|
||||||
@media only screen and (max-width: 40em) {
|
@media only screen and (max-width: 40em) {
|
||||||
body.node-type-simplenews #content article.node.node-simplenews {
|
body.node-type-simplenews #content article.node.node-simplenews {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -2203,7 +2203,7 @@ body.node-type-simplenews{
|
|||||||
tbody{
|
tbody{
|
||||||
border-top:0px;
|
border-top:0px;
|
||||||
}
|
}
|
||||||
img{max-width: 218px;}
|
img{max-width: 9999px;}
|
||||||
|
|
||||||
@media #{$small-only}{
|
@media #{$small-only}{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user