Canard: Fix Sub-Menu Overlap

This commit is contained in:
torres126 2019-04-08 08:37:00 +01:00 committed by GitHub
parent d963b149cd
commit 511570669a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3345,10 +3345,15 @@ a {
padding-top: 60px;
}
.archive .hentry:first-of-type,
.blog .hentry:first-of-type,
.search .hentry:first-of-type {
margin-top: -60px;
}
.blog .hentry:first-of-type {
margin-top: 0;
position: relative;
bottom: 60px;
z-index: -1;
}
.page .entry-footer {
margin-bottom: 30px;
margin-top: 30px;