From 6620417a6ab830ee7b4eb287a1bc13bcb5b72707 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Feb 2025 15:39:12 +0100 Subject: [PATCH] css/align --- index.html | 3 ++- style/light.css | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ab10d1d..b2a530d 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,8 @@

Skills

diff --git a/style/light.css b/style/light.css index f8b16d6..a0b2491 100644 --- a/style/light.css +++ b/style/light.css @@ -4,6 +4,10 @@ src: url("font/fa.woff2"); } +* { + text-align: justify; +} + html { font-family: "DejaVu Sans", sans-serif; } @@ -31,6 +35,10 @@ img.inline { vertical-align: middle; } +th { + text-align: end; +} + ul { padding-inline-start: 1.25em; }