update `public_html` static files

master
urosm 2024-05-04 19:25:18 +02:00
parent 543a86d441
commit 0640bcdf42
1 changed files with 8 additions and 24 deletions

View File

@ -5,7 +5,7 @@
--font-family: monospace; --font-family: monospace;
/* font-derived column width */ /* font-derived column width */
--col-w: clamp(33.33vw, 80ch, 80vw); --col-w: clamp(30vw, 82ch, 80vw);
/* colors */ /* colors */
--fg-c: #000000; --fg-c: #000000;
@ -193,22 +193,6 @@ td {
/* layout */ /* layout */
main { main {
display: grid;
grid-template-columns: auto 1fr;
}
main>nav {
padding: 1rlh 1ch;
}
main>nav>a {
display: inline-block;
margin-block-start: 2rlh;
}
/* div#posts */
div#posts {
height: 100vh; height: 100vh;
display: grid; display: grid;
grid-auto-flow: column; grid-auto-flow: column;
@ -216,13 +200,13 @@ div#posts {
overflow-x: scroll; overflow-x: scroll;
} }
/* article.post */ main>* {
article.post {
padding: 1rlh 1ch; padding: 1rlh 1ch;
overflow-y: scroll; overflow-y: scroll;
} }
/* article.post */
article.post>header, article.post>header,
article.post>nav { article.post>nav {
margin-block: 1rlh; margin-block: 1rlh;