From b679c6c2e28621ca6810bcdd14ef7a5db0236a6b Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 21 Mar 2025 13:45:32 +0000 Subject: chess page --- static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 0e2aaa5..d8c928a 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,9 @@ +/* helpers */ + +.txt-right { + text-align: right; +} + html { --width: 800px; --font-main: "DM Sans", sans-serif; @@ -91,6 +97,10 @@ hr { border-top: 1px dashed; } +small a { + text-transform: lowercase; +} + img { max-width: 100%; } @@ -151,3 +161,7 @@ ul.blog-posts li span { ul.blog-posts li a:visited { color: var(--visited-color); } +/* right now just used for chess charts*/ +canvas:not(:last-child) { + margin-bottom: 50px; +} -- cgit v1.2.3