Skip to content

Commit

Permalink
[FIX] alignment of image in news single view (Podio bug_22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 7, 2016
1 parent 24d475b commit 7cfec8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev/styles/main/plugins/news/news.less
Expand Up @@ -160,9 +160,22 @@
width: 282px;
margin: 0 0 0 25px;
}
.news-single .article .news-img-wrap a{
margin-bottom: 4px;
}

@media (max-width: 580px) {
.news-single .article .news-img-wrap {
float: none;
margin-left: 0;
}
}

.news-single .article .news-img-wrap img {
float: none;
display: block;
max-width: 100%;
height: auto;
}

.news-single .teaser-text {
Expand Down

0 comments on commit 7cfec8c

Please sign in to comment.