new layout, new name

This commit is contained in:
Mahdi Dibaiee
2016-11-09 15:57:01 +03:30
parent 5f28015e02
commit 24fccc3c7d
15 changed files with 80 additions and 87 deletions

View File

@ -23,7 +23,8 @@ header {
}
h1 {
font-size: 4rem;
font-family: 'Damion';
font-family: $head-font-family;
text-transform: lowercase;
}
h1 a, & > a {
text-decoration: none;
@ -51,6 +52,11 @@ header {
text-align: center;
font-style: italic;
margin-bottom: 3rem;
width: 20%;
height: 1px;
border: 1px dotted rgba(0, 0, 0, 0.1);
margin: 5rem auto;
}
.post-list, .post-header {