chore(docs): update styles
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user