feat: create index and about pages

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent 76b2f3e986
commit c42da160dc
8 changed files with 61 additions and 21 deletions

9
sass/parts/_index.scss Normal file
View file

@ -0,0 +1,9 @@
section.last-articles {
margin-top: 4rem;
h1 {
border-bottom-width: .1rem;
border-bottom-style: solid;
border-bottom-color: var(--surface0);
}
}