Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "add Features on index"

Merged Hugues requested to merge 8-add-features-on-index into master
Compare and
4 files
+ 136
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 12
0
@@ -27,3 +27,15 @@
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 150px;
width: 150px;
}
Loading