Initial work for docs using VitePress

This commit is contained in:
Faisal Salman
2023-04-09 22:04:18 +07:00
parent 38a6b53883
commit 9170c67964
139 changed files with 13258 additions and 29 deletions

View File

@@ -1,3 +1,6 @@
html {
scroll-behavior: smooth;
}
.ui.horizontal.divider {
margin: 3rem 0 2rem;
}
@@ -14,16 +17,16 @@ padding: 1em 0em;
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead h1.ui.header {
.masthead h2.ui.header {
margin-top: 3em;
font-size: 7em;
}
.masthead h2 {
.masthead h1 {
font-size: 1.3em;
font-weight: normal;
margin: 0.5em 0 5em 0;
margin: 0.5em 0 2em 0;
}
.masthead h2 a {
.masthead h1 a {
color: #fff;
font-weight: bold;
}