Merge branch 'master' into expanding

This commit is contained in:
Henry Schreiner 2018-01-25 10:08:37 +01:00 committed by GitHub
commit b97775978e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 215 additions and 2489 deletions

View file

@ -24,7 +24,10 @@ body {
p {
line-height: 1.5;
margin: 30px 0;
margin: 6px 0;
}
p + p {
margin: 24px 0 6px 0;
}
p a {
/* text-decoration: underline */
@ -489,7 +492,8 @@ footer .theme-by {
-moz-transition: opacity 1s linear;
transition: opacity 1s linear;
}
.intro-header .page-heading {
.intro-header .page-heading,
.intro-header .tags-heading {
text-align: center;
}
.intro-header.big-img .page-heading,
@ -498,7 +502,8 @@ footer .theme-by {
color: #FFF;
text-shadow: 1px 1px 3px #000;
}
.intro-header .page-heading h1 {
.intro-header .page-heading h1,
.intro-header .tags-heading h1 {
margin-top: 0;
font-size: 50px;
}
@ -552,7 +557,8 @@ footer .theme-by {
.intro-header.big-img .post-heading {
padding: 150px 0;
}
.intro-header .page-heading h1 {
.intro-header .page-heading h1,
.intro-header .tags-heading h1 {
font-size: 80px;
}
.intro-header .post-heading h1 {
@ -637,7 +643,7 @@ footer .theme-by {
}
.pager.blog-pager {
margin-top: 0;
margin-top:10px;
}
h4.panel-title > span.badge {
@ -646,7 +652,7 @@ h4.panel-title > span.badge {
@media only screen and (min-width: 768px) {
.pager.blog-pager {
margin-top: 10px;
margin-top: 40px;
}
}