Update hero section with seed diagram

This commit is contained in:
thePR0M3TH3AN
2025-07-06 15:43:58 -04:00
parent 9d2b374c37
commit cc1b5f12a1
2 changed files with 29 additions and 3 deletions

View File

@@ -337,6 +337,13 @@ footer .social-media a:focus {
transform: translateY(-3px);
}
/* Mini flow chart in hero */
.mini-chart {
max-width: 600px;
margin: 40px auto;
background-color: transparent;
}
/* Features Section */
.features {
background-color: var(--background-section);