chore(docs): update styles

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-24 00:07:04 +02:00
committed by Braks
parent e294145520
commit 70604b9656
4 changed files with 36 additions and 43 deletions
+2 -15
View File
@@ -11,11 +11,11 @@
}
.examples .VPDoc {
@apply !px-8 !py-6 md:!px-12 lg:!px-24;
@apply !px-8 !py-6;
}
.examples .content-container {
@apply max-w-full;
@apply !w-full !max-w-7xl;
}
.examples .aside {
@@ -26,19 +26,6 @@ html, body {
@apply scrollbar scrollbar-thin scrollbar-thumb-rounded scrollbar-thumb-green-500 scrollbar-track-black;
}
h1 {
@apply text-xl lg:text-4xl mb-4 font-bold;
}
h2 {
@apply text-lg lg:text-2xl mb-4 font-semibold;
}
p {
line-height: inherit;
margin: revert;
}
ul li {
@apply mt-2;
}