From 797b85192762d8d3b48e88f6747a19d48d4648c7 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Fri, 13 Dec 2024 22:52:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=97=F0=9F=93=85=20Checkpoint=20./style?= =?UTF-8?q?s/main.css:69682263/294=20./scripts/zines.js:69682263/152=20./s?= =?UTF-8?q?tyles/zines.css:69682263/3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/zines.js | 9 +++++---- styles/main.css | 4 ++-- styles/zines.css | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/scripts/zines.js b/scripts/zines.js index a66da6d..af85d8c 100644 --- a/scripts/zines.js +++ b/scripts/zines.js @@ -3,18 +3,19 @@ let zines = [ "name": "lee (imposter)", "blurb": "something about gender or shit, who knows", "format": "physical/digital", - "site": "https://leecat.art", - "fedi": "https://flipping.rocks/@inherentlee" + "site": "https://leecat.art" }, { "name": "testy mc testerson", "blurb": "something dreadfully long, by which i mean really not very long, like our revels now are ended. these our actors, as i foretold you, were all spirits and are melted into air, into thin air: and, like the baseless fabric of this vision, the cloud capp'd towers, the gorgeous palaces, the solemn temples, the great globe itself, yea, all which it inherit, shall dissolve and, like this insubstantial pageant faded, leave not a rack behind. we are such stuff as dreams are made on, and our little life is rounded with a sleep.", - "format": "digital" + "format": "digital", + "site": "http://crouton.net" } ] function makeZine({name, blurb, format, site, fedi}) { - let zine = document.createElement("li"); + let zine = document.createElement("a"); + zine.href = let h2 = document.createElement("h2"); h2.innerHTML = name; diff --git a/styles/main.css b/styles/main.css index a898dd0..0ec9ce2 100644 --- a/styles/main.css +++ b/styles/main.css @@ -140,12 +140,12 @@ h1 { h2 { font-size: 2rem; - margin: .5rem 0 0 0; + margin: 3rem 0 0 0; } h3 { font-size: 1.4rem; - margin: .5rem 0 0 0; + margin: 1rem 0 0 0; } /* dl/dt/dd */ diff --git a/styles/zines.css b/styles/zines.css index 12ac61b..1f77e80 100644 --- a/styles/zines.css +++ b/styles/zines.css @@ -2,7 +2,7 @@ padding: 0; } -#zine-container li { +#zine-container a { list-style: none; border-bottom: solid; border-left: solid;