- Docusaurus für Anwenderdokumentation (/docs) - Zweiter Docusaurus-Bereich für Entwickler-Wiki vorbereitet (/docs/entwickler) - README.md als Einstieg für Entwickler - CHANGELOG.md zur Nachverfolgung von Änderungen → Dokumentation und Projektstruktur jetzt vollständig nachvollziehbar versioniert.
12 lines
138 B
CSS
12 lines
138 B
CSS
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|