CSS redesign stuff, other things idk

This commit is contained in:
2024-10-14 01:15:41 +02:00
parent 542e432596
commit 00eec8be70
6 changed files with 88 additions and 25 deletions

20
sass/about.scss Normal file
View File

@@ -0,0 +1,20 @@
.about {
h1 {
margin-top: 2.5rem;
margin-bottom: 1rem;
}
h2 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
h3, h4, h5, h6, p {
margin-top: 1rem;
margin-bottom: 1rem;
}
p {
text-align: justify;
}
}