mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Fix header class name conflict with pandoc
This commit is contained in:
parent
3cb7d06a1c
commit
ed4bb2b413
@ -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;
|
||||||
|
|||||||
@ -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() {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.header {
|
header.header {
|
||||||
main-container();
|
main-container();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.header {
|
header.header {
|
||||||
gemini-block();
|
gemini-block();
|
||||||
|
|
||||||
+tablet-mobile() {
|
+tablet-mobile() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user