소스 검색

Merge pull request #716 from Aurorum/fix/682

Canard: Fix Sub-Menu Overlap
Caroline Moore 4 년 전
부모
커밋
95dfea81ed
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      canard/style.css

+ 6 - 1
canard/style.css

@@ -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: 0;
+		position: relative;
+		bottom: 60px;
+		z-index: -1;
+	}
 	.page .entry-footer {
 		margin-bottom: 30px;
 		margin-top: 30px;