This commit is contained in:
Lucy Wyman 2017-04-17 04:51:41 +00:00 committed by GitHub
commit 9b833c3b16

View file

@ -450,3 +450,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;
}