Taxonomy initial commit, tags and categories (#90)

* Taxonomy initial commit, tags and categories

* WIP: Show in footer for comparison

* Fix post meta
This commit is contained in:
Khosrow Moossavi
2018-10-27 08:43:26 -04:00
committed by Luiz F. A. de Prá
parent 764b9ffef3
commit fd3ec89897
9 changed files with 70 additions and 27 deletions

View File

@@ -6,16 +6,13 @@
header {
margin-top: 6.4rem;
margin-bottom: 3.2rem;
h1, h2 {
h1 {
font-size: 4.2rem;
line-height: 4.6rem;
margin: 0;
}
h2 {
font-size: 1.8rem;
line-height: 2.2rem;
color: $fg-color;
margin-top: 1.8rem;
@media only screen and (max-device-width : 768px) {
font-size: 1.6rem;
font-size: 4.0rem;
line-height: 4.4rem;
}
}
}
@@ -28,13 +25,17 @@
margin-bottom: .75em;
}
.post-meta {
.posted-on {
display: inline-block;
i {
text-align: center;
width: 1.6rem;
margin-left: 0;
margin-right: 1.5rem;
margin-right: 0.5rem;
}
.reading-time {
display: inline-block;
.date {
.posted-on {
margin-left: 0;
margin-right: 1.5rem;
}
}
}
}