mirror of
https://codeberg.org/aiquiral/pages.git
synced 2024-11-22 08:42:00 +00:00
Changed font sizes and added html lang attribute.
This commit is contained in:
parent
793355b3ec
commit
47db0dd154
|
@ -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" />
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue