refactor(docs): use wider styles for example pages

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent 6f33a3b50e
commit 32700b12d3
+7 -3
View File
@@ -161,12 +161,16 @@
backdrop-filter: blur(1px);
}
.examples .VPDoc {
@apply !px-8 !py-6;
.examples .VPContent {
@apply !pr-0;
}
.examples .content-container {
@apply !w-full !max-w-7xl;
@apply !w-full !max-w-full;
}
.examples .VPDoc .container .content {
@apply !p-0;
}
.examples .aside {