Skip to content

Commit 2791c3f

Browse files
[DEV] working on paging and steps
1 parent 74b8caa commit 2791c3f

File tree

25 files changed

+1381
-358
lines changed

25 files changed

+1381
-358
lines changed

src/App.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
<!-- ====================================================== Main Container -->
2020
<v-main class="pb-10">
21-
<v-container
22-
class="px-7"
23-
style="max-width: 1368px;"
24-
>
21+
<v-container fluid>
2522
<DocsPage :codeBlockOptions="codeBlockSettings" />
2623
</v-container>
2724
</v-main>

0 commit comments

Comments
 (0)