Skip to content

Commit 7c1cead

Browse files
committed
style(docs): adjust padding for documentation pages and add responsive styles for banner
1 parent f146249 commit 7c1cead

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/app/layouts/default.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div
2929
class="container h-full text-xl"
30-
:class="{ 'pt-12': isDocsPage }"
30+
:class="{ 'pt-12 md:pt-12 pt-32': isDocsPage }"
3131
>
3232
<HeaderUi />
3333
<NuxtPage />
@@ -116,6 +116,11 @@ const isDocsPage = computed(() => {
116116
}
117117
118118
@media (max-width: 768px) {
119+
.v2-banner-top {
120+
@apply py-5;
121+
min-height: 80px;
122+
}
123+
119124
.v2-banner-content {
120125
@apply flex-col gap-3 text-center;
121126
}

0 commit comments

Comments
 (0)