From af66ff305cb37e512c49159f897526a27d4af6c3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 27 Jan 2025 11:48:41 +0100 Subject: [PATCH] css/tweaks --- rtfd/public/html/index.html | 5 ++++- rtfd/public/html/style/main.css | 3 +-- rtfd/public/html/style/reset.css | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rtfd/public/html/index.html b/rtfd/public/html/index.html index dff5fa7..af58c6c 100644 --- a/rtfd/public/html/index.html +++ b/rtfd/public/html/index.html @@ -73,7 +73,10 @@

Yet Another Heading

Sub Heading

-

Yet another paragraph that is quite a bit longer than others.

+

+ 0________1_________2_________3_________4
+ Yet another paragraph that is quite a bit longer than others. +

diff --git a/rtfd/public/html/style/main.css b/rtfd/public/html/style/main.css index a25bad0..1167ee6 100644 --- a/rtfd/public/html/style/main.css +++ b/rtfd/public/html/style/main.css @@ -33,8 +33,7 @@ background-position: center; background-size: cover; color: #777; font-family: monospace; -font-size: 1rem; -line-height: 1.25; +line-height: 1.125; margin-block: 0; margin-inline: auto; max-inline-size: 160ch; diff --git a/rtfd/public/html/style/reset.css b/rtfd/public/html/style/reset.css index f455aff..9048925 100644 --- a/rtfd/public/html/style/reset.css +++ b/rtfd/public/html/style/reset.css @@ -14,6 +14,7 @@ padding: 0; html { color-scheme: dark light; +font-size: 1rem; } body {