diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
commit | b679c6c2e28621ca6810bcdd14ef7a5db0236a6b (patch) | |
tree | 8ca164f4804ee1e8fb1ea106f4c1a45e5f094d7e /static/style.css | |
parent | fa8ad82036fc8964f19dd38a9a2ef5acb1970f17 (diff) |
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |