From 1606e6ff1041e18f23f88ff18176b01d7733d4d3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 11 May 2024 23:58:14 +0100 Subject: add skinnyverse poem --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 957429b..d843bae 100644 --- a/static/style.css +++ b/static/style.css @@ -268,6 +268,12 @@ iframe { padding: 0; } +#the-skinnyverse-poem { + width: 700px; + height: 700px; + max-width: 100%; +} + /* posts sidebar widget */ #posts { -- cgit