move on index build and linking previous and next articles

This commit is contained in:
Tykayn 2025-02-19 16:24:20 +01:00 committed by tykayn
parent 7d221d970a
commit 16b93f380e
1711 changed files with 231792 additions and 838 deletions

View file

@ -37,6 +37,15 @@ h6 {
margin-top: 1em;
margin-bottom: 2rem;
color: #333;
text-decoration: none !important;
}
hr + h1 {
margin-top: 5rem;
}
h1:first-letter {
text-transform: uppercase;
}
/* 1. Use a more-intuitive box-sizing model */
@ -272,6 +281,19 @@ li a {
margin-right: 1ch;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
border-left: 3px solid grey;
padding-left: 2rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
@media (max-width: 75ch) {
body {
padding: 0;