fixed margin issues on repo list page, on mobile debices

This commit is contained in:
Brad Rydzewski 2014-08-03 23:57:51 -07:00
parent dc8d728812
commit d606c88860
2 changed files with 18 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1382,6 +1382,20 @@ nav {
}
}
@media screen and (min-width: 1180px) {
#repopage {
h2 {
padding-left:0px;
}
}
.cards {
.card {
padding-left:0px;
}
}
}
@media screen and (min-width: 80em) {
}
@ -1421,6 +1435,9 @@ nav {
&:nth-child(2):hover > .pure-g {
border-top:1px solid #262626;
}
i {
margin-left:0px;
}
}
}
}