add first docussaurus site to git

This commit is contained in:
n8fr8 2026-04-21 13:33:36 -04:00
commit fa3e971bb5
57 changed files with 21489 additions and 0 deletions

View file

@ -0,0 +1,23 @@
/**
* CSS files with the .module.css suffix will be treated as CSS modules
* and scoped locally.
*/
.heroBanner {
padding: 4rem 0;
text-align: center;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}