From 47db0dd15492bfd7da8d185634f68f18fb7e44ed Mon Sep 17 00:00:00 2001 From: Anuj K Date: Mon, 2 Oct 2023 13:10:39 +0530 Subject: [PATCH] Changed font sizes and added html lang attribute. --- about.html | 2 +- contact.html | 2 +- index.html | 2 +- privacy-policy.html | 2 +- style.css | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/about.html b/about.html index dc3a0c1..9d85027 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,5 @@ - + About - Aiquiral diff --git a/contact.html b/contact.html index 66b96cb..8998164 100644 --- a/contact.html +++ b/contact.html @@ -1,5 +1,5 @@ - + Contact - Aiquiral diff --git a/index.html b/index.html index 50a3746..c576cba 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Aiquiral | Musician • Designer • Programmer diff --git a/privacy-policy.html b/privacy-policy.html index 19669f4..55e6415 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -1,5 +1,5 @@ - + Privacy Policy - Aiquiral diff --git a/style.css b/style.css index e681922..e4ea50b 100644 --- a/style.css +++ b/style.css @@ -54,7 +54,7 @@ h2 { } .tagline { - font-size: clamp (16px, 1vw, 50px); + font-size: clamp (16px, 2vw, 50px); } .line-top { @@ -128,7 +128,7 @@ h2 { } p { - font-size: clamp(0.7rem,0.7vw + 0.25rem,3.625rem); + font-size: clamp(1rem,0.7vw + 0.25rem,3.625rem); line-height: 1.5; }