Merge pull request #4553 from xfalcox/fix-mobile-friendly-images-for-google

FIX: Images should have a max-width on crawler view
This commit is contained in:
Jeff Atwood 2016-11-15 22:38:07 +01:00 committed by GitHub
commit 7d892f1d12
1 changed files with 9 additions and 2 deletions

View File

@ -11,10 +11,17 @@ body.crawler {
div.topic-list div[itemprop='itemListElement'] {
padding: 10px 0px;
border-bottom: 1px solid #e9e9e9;
}
.page-links a {
padding: 0px 4px;
}
}
div#main-outlet {
div.post {
img {
max-width: 100%;
}
}
}
footer nav {
margin: 50px 0px;
a {