Fix header class name conflict with pandoc

This commit is contained in:
Mimi 2023-04-05 17:53:07 +08:00
parent 3cb7d06a1c
commit ed4bb2b413
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
background: var(--content-bg-color); background: var(--content-bg-color);
} }
.header { header.header {
align-items: center; align-items: center;
display: flex; display: flex;
padding: 20px 0; padding: 20px 0;

View File

@ -9,7 +9,7 @@
background: var(--btn-default-bg); background: var(--btn-default-bg);
} }
.header { header.header {
padding-top: 100px; padding-top: 100px;
+mobile() { +mobile() {

View File

@ -1,4 +1,4 @@
.header { header.header {
main-container(); main-container();
} }

View File

@ -1,4 +1,4 @@
.header { header.header {
gemini-block(); gemini-block();
+tablet-mobile() { +tablet-mobile() {