From ac6da98f0bbc5ea4c7e3df4ec5c662a499b1442d Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 16 Nov 2022 15:29:05 -0800 Subject: [PATCH] update command layout and various styles --- index.html | 75 +++++++++++++----------------------------------------- 1 file changed, 17 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index 949b6a9..9d7071c 100644 --- a/index.html +++ b/index.html @@ -128,6 +128,10 @@ suggestions: ['y/feed/trending'], url: 'https://youtube.com/feed/subscriptions', }, + 'First time here?': { + name: 'README.md', + url: 'https://read.xvvvyz.xyz/xvvvyz/tilde/main/README.md', + }, }; @@ -140,7 +144,7 @@ Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; --font-size-1: 1rem; --font-size-2: 3rem; - --font-size-base: 105%; + --font-size-base: 100%; --font-weight-bold: 700; --font-weight-normal: 400; --line-height-base: 1.4; @@ -174,9 +178,13 @@ @@ -355,7 +314,7 @@ flex-wrap: wrap; justify-content: center; list-style: none; - margin: var(--space-2) 0 0; + margin: var(--space-1) 0 0; overflow: hidden; padding: 0; }