From 5a1b6b0d777350ae55349f6d718e4b4920d76e99 Mon Sep 17 00:00:00 2001 From: xvw Date: Sat, 3 Aug 2024 12:42:20 +0200 Subject: [PATCH] Some small tweaks --- README.md | 1 + static/css/reset.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba76942..da0c15d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - [Creating your identity](#creating-your-identity) - [Adding the identity to the chain](#adding-the-identity-to-the-chain) - [Linking the webring on your website](#linking-the-webring-on-your-website) + - [Area of interest](#area-of-interest) - [Contribute to the generator](#contribute-to-the-generator) - [Setting up the development environment](#setting-up-the-development-environment) - [Run the binary `ring.exe`](#run-the-binary-ringexe) diff --git a/static/css/reset.css b/static/css/reset.css index e5e4c3e..4fe1c23 100644 --- a/static/css/reset.css +++ b/static/css/reset.css @@ -10,8 +10,8 @@ body { font-size: 1.2rem; - line-height: 1.8; - line-height: calc(1em + 0.8rem); + line-height: 1.5; + line-height: calc(1em + 0.5rem); -webkit-font-smoothing: antialiased; min-height: 100vh; padding: 0;