Skip to content

Commit bacde6b

Browse files
authored
fix mobile doc navigation visibility (#1337)
Co-authored-by: pourhakimi <[email protected]>
1 parent 283bc17 commit bacde6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/templates/docpage/docpage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def wrapper(*args, **kwargs) -> rx.Component:
513513
rx.box(
514514
rx.box(
515515
breadcrumb(path=path, nav_sidebar=nav_sidebar),
516-
class_name="px-0 lg:px-20",
516+
class_name="px-0 lg:px-20 pt-11 sm:pt-0",
517517
),
518518
rx.box(
519519
rx.el.article(comp),

0 commit comments

Comments
 (0)