Updated theme for v1

This commit is contained in:
2018-07-26 18:41:16 +02:00
parent 9a8ce2d3b4
commit d05a054eef
10 changed files with 411 additions and 1210 deletions

View File

@ -64,8 +64,8 @@ h4,
h5,
h6 {
font-family: 'Catamaran', sans-serif;
line-height: 2em;
margin: 0 0 .4em;
line-height: 1.2em;
margin: 1.8em 0 0.5em;
}
h1 {
@ -623,7 +623,6 @@ $post-meta-link: #9eabb3;
main {
flex-grow: 1;
margin-top: 5rem;
}
// HEADER
@ -726,8 +725,13 @@ $post-date-border: #d5dbde;
width: 24px;
}
.author-profile {
margin-top: 5rem;
}
.author-profile .author-image {
margin-top: 50px;
margin-top: 0;
margin-bottom: 20px;
}
.author-image-cover {
@ -784,6 +788,10 @@ $post-date-border: #d5dbde;
.page-title {
line-height: 1.2em;
@media only screen and (max-width: 500px) {
text-align: center;
}
.description {
color: $post-meta;
display: block;
@ -803,3 +811,7 @@ $post-date-border: #d5dbde;
display: none;
}
}
.color-cover {
background-color: $page-bg;
}