From 65bd8bf0bc2e54f61a72bf8ed0fa61217302924b Mon Sep 17 00:00:00 2001 From: nayakrujul Date: Sun, 24 Dec 2023 15:47:37 +0000 Subject: [PATCH] Add a literature link to the homepage --- index.html | 1 + sets/main.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/index.html b/index.html index 5f6ba59..c0b21a0 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@

VTP6   +   LIT



diff --git a/sets/main.css b/sets/main.css index cecacf0..c7a9ffe 100644 --- a/sets/main.css +++ b/sets/main.css @@ -106,3 +106,9 @@ details > details { ul { margin-top: 0px; } + +.smalllink { + font-size: 20px; + font-family: monospace; + vertical-align: middle; +}