From dd073f7256bd53162e1ee93c6777ba6c7e97f3ca Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 6 Mar 2021 19:36:10 +0000 Subject: added getting random anime images --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 1ac4ec3..26b337c 100644 --- a/static/style.css +++ b/static/style.css @@ -96,6 +96,10 @@ article section table td { text-align: right; } +#randomImage img { + max-width: 65%; +} + aside { width: 30%; padding-left: 15px; @@ -103,6 +107,10 @@ aside { float: right; } +#tags { + font-size: xx-small; +} + .running { background-color: green; padding: 1, 1, 1, 1; -- cgit v1.2.3