Fix star location on repo view on mobile

This commit is contained in:
Joseph Schorr 2015-04-21 15:20:38 -04:00
parent 9b277a7260
commit 0b4a903068

View file

@ -0,0 +1,7 @@
@media (max-width: 767px) {
.repository-view .repo-star {
position: absolute;
top: 16px;
left: 0px;
}
}