💄 style: hide anchor links on small screens

This commit is contained in:
welpo
2023-03-11 00:22:52 +01:00
parent 884cc90439
commit 15c1280706

View File

@@ -51,6 +51,12 @@ h1, h2, h3, h4, h5, h6 {
} }
} }
@media (max-width: 500px) {
.zola-anchor {
display: none;
}
}
ul { ul {
margin-top: 0; margin-top: 0;
} }