chore(docs): wrap Repl in client only

This commit is contained in:
braks
2022-11-13 19:13:43 +01:00
committed by Braks
parent cd03034bdb
commit 33403776dc
26 changed files with 163 additions and 317 deletions
+10 -2
View File
@@ -10,8 +10,16 @@
backdrop-filter: blur(1px);
}
.VPPage {
@apply px-8 py-6 md:px-12 lg:px-24;
.examples .VPDoc {
@apply !px-8 !py-6 md:!px-12 lg:!px-24;
}
.examples .content-container {
@apply max-w-full;
}
.examples .aside {
@apply !hidden;
}
html, body {