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 }}
|
||||
</div>
|
||||
|
||||
<div class="posts">
|
||||
<div class="best-posts">
|
||||
{{ $nbPosts := len (where .Data.Pages "Params.best" true) }}
|
||||
{{ if gt $nbPosts 0 }}
|
||||
<div class="page-heading">Best posts</div>
|
||||
|
@@ -370,9 +370,6 @@ section.header nav ul li:hover {
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
section.footer {
|
||||
margin-top: -2em;
|
||||
}
|
||||
section.footer .container {
|
||||
-webkit-align-items: center;
|
||||
-moz-align-items: center;
|
||||
@@ -421,7 +418,6 @@ section.footer .container .icons {
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
section.footer {
|
||||
margin-top: -1em;
|
||||
background-color: transparent;
|
||||
}
|
||||
section.footer .container {
|
||||
@@ -631,6 +627,7 @@ section.main .container .content .post-item {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
section.footer {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
section.main {
|
||||
|
Reference in New Issue
Block a user