diff options
author | cel 🌸 <cel@blos.sm> | 2024-05-11 23:58:14 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-05-11 23:58:14 +0100 |
commit | 1606e6ff1041e18f23f88ff18176b01d7733d4d3 (patch) | |
tree | 9f0fde1499cbaff81f2de5b006c2a8191b5b448a /static/style.css | |
parent | a29429442f524a420120da1a39d27a99a257d95d (diff) | |
download | blossom-1606e6ff1041e18f23f88ff18176b01d7733d4d3.tar.gz blossom-1606e6ff1041e18f23f88ff18176b01d7733d4d3.tar.bz2 blossom-1606e6ff1041e18f23f88ff18176b01d7733d4d3.zip |
add skinnyverse poem
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |