mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix a bit the style of the footer and best posts
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="posts">
|
<div class="best-posts">
|
||||||
{{ $nbPosts := len (where .Data.Pages "Params.best" true) }}
|
{{ $nbPosts := len (where .Data.Pages "Params.best" true) }}
|
||||||
{{ if gt $nbPosts 0 }}
|
{{ if gt $nbPosts 0 }}
|
||||||
<div class="page-heading">Best posts</div>
|
<div class="page-heading">Best posts</div>
|
||||||
|
@@ -370,9 +370,6 @@ section.header nav ul li:hover {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section.footer {
|
|
||||||
margin-top: -2em;
|
|
||||||
}
|
|
||||||
section.footer .container {
|
section.footer .container {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
-moz-align-items: center;
|
-moz-align-items: center;
|
||||||
@@ -421,7 +418,6 @@ section.footer .container .icons {
|
|||||||
}
|
}
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
section.footer {
|
section.footer {
|
||||||
margin-top: -1em;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
section.footer .container {
|
section.footer .container {
|
||||||
@@ -631,6 +627,7 @@ section.main .container .content .post-item {
|
|||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
section.footer {
|
section.footer {
|
||||||
|
padding-top: 30px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
section.main {
|
section.main {
|
||||||
|
Reference in New Issue
Block a user