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; }