feat: hide .page-header on mobile
All checks were successful
deploy / build (push) Successful in 12m7s
All checks were successful
deploy / build (push) Successful in 12m7s
This commit is contained in:
parent
615a84f98b
commit
32e2501d5b
@ -1,9 +1,14 @@
|
|||||||
@use "./base.scss";
|
@use "./base.scss";
|
||||||
|
@use "./variables.scss" as *;
|
||||||
|
|
||||||
body[data-slug="index"] {
|
body[data-slug="index"] {
|
||||||
.page-header {
|
.page-header {
|
||||||
margin-top: -1.5rem;
|
margin-top: -1.5rem;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
|
@media all and (max-width: $fullPageWidth) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user