From e670f9d19f658055e169b6d7c3ae57ddc11c3eee Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 14 Oct 2020 20:36:53 +0200 Subject: Add embed and halloween theme --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 0f92c0b..62ec755 100644 --- a/static/style.css +++ b/static/style.css @@ -34,3 +34,13 @@ form { input { width: 100%; } + +iframe { + position: absolute; + top: 0; + left: 0; +} + +.comments { + font-size: small; +} -- cgit v1.2.3