From dd7518f8184014395bb9747c7a889890a8f166c4 Mon Sep 17 00:00:00 2001 From: Thejaswini MD Date: Sun, 13 Oct 2024 11:03:13 +0530 Subject: [PATCH] navbar font size is increased and license section font style and its properties has been changed to increase the readablity. --- index.html | 3 +++ website/style.css | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a0e992..46dfb48 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@ + + + diff --git a/website/style.css b/website/style.css index d2ef1dd..0073a86 100644 --- a/website/style.css +++ b/website/style.css @@ -250,6 +250,7 @@ tr:hover { overflow-y: scroll; max-width: 400px; box-shadow: 0px 0px 10px black; + font-size: 1.2rem; } .preview { @@ -1012,7 +1013,13 @@ input { } .license-content { - font-family: 'Times New Roman', Times, serif; + + font-family: "Montserrat Alternates", sans-serif; + font-weight: 400; + font-style: normal; + letter-spacing: 0.05em; + font-size: 1.1em; /* Slight increase */ + line-height: 1.3; /* For multi-line text */ margin-top: 50px; padding: 50px 50px; justify-content: center;