|
|
@ -90,8 +90,20 @@ hr { |
|
|
.header h1 { |
|
|
.header h1 { |
|
|
font-size: 2.6em; |
|
|
font-size: 2.6em; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-weight: 700; |
|
|
|
|
|
margin: 0; |
|
|
margin: 0; |
|
|
|
|
|
font-size: 2.5em; |
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
margin-bottom: -0.2em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.header .logo h1 img { |
|
|
|
|
|
border-radius: .1em; |
|
|
|
|
|
margin-right: .1em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.header .logo { |
|
|
|
|
|
border-bottom: 1px dashed #d2d2d2; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.header a, .header a:hover { |
|
|
.header a, .header a:hover { |
|
|
@ -116,13 +128,6 @@ hr { |
|
|
margin-top: -0.3em; |
|
|
margin-top: -0.3em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body.article-detail > header h1 { |
|
|
|
|
|
font-size: 2.5em; |
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
margin-bottom: -0.2em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
body.article-detail > header { |
|
|
body.article-detail > header { |
|
|
margin-bottom: 3em; |
|
|
margin-bottom: 3em; |
|
|
} |
|
|
} |
|
|
@ -171,7 +176,7 @@ footer .copy, footer .copy a { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
footer section{ |
|
|
footer section{ |
|
|
clear: both; |
|
|
|
|
|
|
|
|
clear: both; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* article */ |
|
|
/* article */ |
|
|
@ -258,8 +263,8 @@ article.intro .content { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
.archive li:not(:last-child) { |
|
|
.archive li:not(:last-child) { |
|
|
border-bottom: 1px solid #d2d2d2; |
|
|
|
|
|
margin-bottom: -1px; |
|
|
|
|
|
|
|
|
border-bottom: 1px solid #d2d2d2; |
|
|
|
|
|
margin-bottom: -1px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.archive a.last, .archive span.last { |
|
|
.archive a.last, .archive span.last { |
|
|
|