Changed font sizes and added html lang attribute.

This commit is contained in:
Anuj K 2023-10-02 13:10:39 +05:30
parent 793355b3ec
commit 47db0dd154
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-IN">
<head>
<title>About - Aiquiral</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-IN">
<head>
<title>Contact - Aiquiral</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-IN">
<head>
<title>Aiquiral | Musician • Designer • Programmer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-IN">
<head>
<title>Privacy Policy - Aiquiral</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

View file

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