Updated theme for v1
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user