(create) created about page and styled it

This commit is contained in:
Yusuf İpek
2021-08-08 13:05:43 +03:00
parent f3e5175de3
commit 384d5bc799
11 changed files with 98 additions and 13 deletions
+17 -4
View File
@@ -1,11 +1,24 @@
p,
li {
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
color: var(--color-primary);
}
h1 {
font-size: 2.5rem;
.heading-1 {
font-weight: 500;
font-size: 3rem;
}
.heading-2 {
font-size: 2.4rem;
font-weight: normal;
}
p,
li {
color: var(--color-primary);
font-size: 2rem;
}
a {