home page remove pointer events on header
This commit is contained in:
parent
6a841d3b57
commit
cba733c14c
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ main article > div {
|
|||
padding-top: calc(var(--unit--vertical) / 2);
|
||||
}
|
||||
|
||||
[data-template="home"] #main-header {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#logo * {
|
||||
font-size: 25.3vw;
|
||||
font-weight: var(--font-weight-extra-bold);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue