Iniital docusaurus project creation

This commit is contained in:
technobaboo
2021-07-21 11:26:24 -05:00
parent 299eadd7b1
commit 434678e4d8
36 changed files with 27669 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
/* stylelint-disable docusaurus/copyright-header */
/**
* 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: 966px) {
.heroBanner {
padding: 2rem;
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}