refactor: Remove unnecessary comments from codebase

This commit is contained in:
2025-08-16 22:29:46 -05:00
parent b109387471
commit ec4511ca89
8 changed files with 56 additions and 37 deletions

View File

@@ -1,5 +1,19 @@
/* demos.css */
body {
display: flex;
flex-direction: column;
min-height: 100vh;
background-image: url("/images/abstract-timekeeper.svg");
background-attachment: fixed;
background-size: cover;
}
main {
flex: 1;
}
h1, h2 {
text-align: center;
margin-top: 200px;
font-size: 2.5rem;
}