feat: init docs

This commit is contained in:
Ushie
2023-08-07 05:00:41 +03:00
parent 7e5ec5b7a2
commit 6a093ea3a7
49 changed files with 10206 additions and 6098 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;
}