Merge pull request #116 from henryiii/expanding

Expanding taxinomies
This commit is contained in:
Michael Romero 2018-02-09 00:05:49 -05:00 committed by GitHub
commit 5f274c82e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 62 additions and 8 deletions

View file

@ -14,6 +14,14 @@ body {
margin-bottom:50px;
flex: 1 0 auto;
}
@media only screen and (max-width: 767px) {
.container[role=main] {
margin-left: 0;
margin-right: 0;
}
}
p {
line-height: 1.5;
margin: 6px 0;
@ -69,6 +77,23 @@ hr.small {
display: none;
}
div.panel-body a.list-group-item {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
border-radius: 0;
border: none;
}
div.panel-group .panel {
border-radius: 0;
}
div.panel-group .panel+.panel {
margin-top: 0;
}
div.panel-body a.list-group-item.view-all {
font-weight: 600;
}
::-moz-selection {
color: white;
text-shadow: none;
@ -621,6 +646,10 @@ footer .theme-by {
margin-top:10px;
}
h4.panel-title > span.badge {
float: right;
}
@media only screen and (min-width: 768px) {
.pager.blog-pager {
margin-top: 40px;