rizaldy.club/quartz/styles/custom.scss
rizaldy 32e2501d5b
All checks were successful
deploy / build (push) Successful in 12m7s
feat: hide .page-header on mobile
2024-03-02 17:10:30 +07:00

70 lines
806 B
SCSS

@use "./base.scss";
@use "./variables.scss" as *;
body[data-slug="index"] {
.page-header {
margin-top: -1.5rem;
visibility: hidden;
@media all and (max-width: $fullPageWidth) {
display: none;
}
}
img {
filter: grayscale(1);
z-index: -1;
position: relative;
}
#pixabay-attribute {
margin-top: -3rem;
font-style: italic;
}
}
article {
ol, ul {
margin-bottom: 2rem;
}
li:first-child {
margin-top: 1rem;
}
iframe,
li {
margin-bottom: 1rem;
}
> p {
margin-bottom: 2rem;
}
hr {
width: 10%;
margin: 3rem auto;
}
}
.section-ul .section-li .section .desc {
padding-left: .8rem;
}
.recent-ul .recent-li ul.tags {
display: none;
}
p,
ul,
text,
a,
tr,
td,
li,
ol,
ul,
.katex,
.math {
hyphens: none;
}