Add About component and update styles

This commit is contained in:
dertyp7
2024-01-13 17:34:55 +01:00
parent 81f66a01bb
commit 7715d626ad
5 changed files with 98 additions and 2 deletions

View File

@@ -25,6 +25,21 @@ html {
scroll-behavior: smooth;
}
h1 {
font-size: 8rem;
font-weight: 700;
}
h2 {
font-size: 4rem;
font-weight: 700;
}
h3 {
font-size: 2rem;
font-weight: 700;
}
body,
#root {
display: flex;