Install Docusaurus

This commit is contained in:
Félix Malfait
2023-04-19 10:47:23 +02:00
parent 5560476ea0
commit 167426e41c
41 changed files with 14166 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;
}