Major documentation refactoring (#4905)

This commit is contained in:
John Yani
2024-06-21 10:54:05 +03:00
committed by GitHub
parent 1e26587bd3
commit f921b65953
80 changed files with 1775 additions and 121 deletions
+11
View File
@@ -78,3 +78,14 @@ img.icon {
font-size: small;
color: #808080;
}
/* Start section cards. */
.toc-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-gap: 20px;
list-style-type: none;
margin-bottom: 24px;
}