refactor: Modularize Stylesheets

This commit is contained in:
2025-08-13 11:54:28 -05:00
parent 691968ceac
commit 16d93122ca
23 changed files with 725 additions and 1716 deletions

5
src/styles/about.css Normal file
View File

@@ -0,0 +1,5 @@
/* about.css */
h1 {
text-align: center;
}