Remove footer icons, make button outline, fix responsive

This commit is contained in:
Joseph Cohen
2015-10-26 12:09:41 -06:00
parent 69bab99855
commit 36f0f9f2cb
6 changed files with 48 additions and 26 deletions

View File

@@ -351,9 +351,20 @@ body.status-page {
}
}
.list-inline > li {
padding-right: 0;
}
@media (min-width: 768px) {
text-align: left;
.list-inline {
text-align: right;
> li {
padding-right: 0;
}
}
.icons {
margin-top: 0;
text-align: right;