Add best posts and group by date

This commit is contained in:
Alexis Tacnet
2017-02-12 17:58:16 +01:00
parent e02bf39694
commit f0527ffada
6 changed files with 45 additions and 22 deletions

View File

@@ -495,6 +495,9 @@ section.main .content .title-container {
-ms-justify-content: space-between;
justify-content: space-between;
}
section.main .content .posts {
margin-bottom: 4em;
}
section.main .content .page-heading {
font-size: 18px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
@@ -637,9 +640,6 @@ section.header {
section.header-home {
padding-top: 36px;
}
section.icons {
padding-top: 0;
}
section.main {
padding-top: 32px;
padding-bottom: 32px;
@@ -660,7 +660,6 @@ section.main .container .content .post-item {
padding-bottom: 60px;
}
section.icons {
padding-top: 60px;
padding-bottom: 60px;
}
section.main {