mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +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);
|
||||
}
|
||||
|
||||
.header {
|
||||
header.header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
padding: 20px 0;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
background: var(--btn-default-bg);
|
||||
}
|
||||
|
||||
.header {
|
||||
header.header {
|
||||
padding-top: 100px;
|
||||
|
||||
+mobile() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.header {
|
||||
header.header {
|
||||
main-container();
|
||||
}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.header {
|
||||
header.header {
|
||||
gemini-block();
|
||||
|
||||
+tablet-mobile() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user