Fix CSS around display of page controls in repo view

This commit is contained in:
Joseph Schorr 2017-03-10 14:33:44 -05:00
parent c724af12cd
commit 8737ac09a8
3 changed files with 4 additions and 3 deletions

View file

@ -1423,9 +1423,8 @@ a:focus {
vertical-align: top;
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 640px) {
.co-top-bar .page-controls {
display: block;
margin-bottom: 10px;
text-align: right;
}