Fixing github ribbon bug

This commit is contained in:
Lucy Wyman 2014-04-03 22:44:12 -07:00
commit 7828d8e480

View file

@ -449,3 +449,8 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
#add-comment * {margin-bottom: .5em;}
/*Fix github ribbon*/
@media screen and (max-width: 768px){
img{
width: auto !important;
}