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> <!DOCTYPE html>
<html> <html lang="en-IN">
<head> <head>
<title>About - Aiquiral</title> <title>About - Aiquiral</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />

View file

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

View file

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

View file

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

View file

@ -54,7 +54,7 @@ h2 {
} }
.tagline { .tagline {
font-size: clamp (16px, 1vw, 50px); font-size: clamp (16px, 2vw, 50px);
} }
.line-top { .line-top {
@ -128,7 +128,7 @@ h2 {
} }
p { 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; line-height: 1.5;
} }