Merge pull request #902 from TheGrits/patch-3

Fix gh-894: Community Guidelines Image
This commit is contained in:
Matthew Taylor 2016-09-06 11:28:51 -04:00 committed by GitHub
commit 1b4eaf0f0f

View file

@ -1,4 +1,5 @@
@import "../../colors";
@import "../../frameless";
.guidelines {
.guidelines-footer {
@ -12,3 +13,11 @@
}
}
}
@media only screen and (max-width: $tablet - 1){
.guidelines-footer {
img {
display: none;
}
}
}