Skip to content

Commit c3ee965

Browse files
committed
docs: Mobile-friendly styles
1 parent 668725f commit c3ee965

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/components/LogoWithVersion.module.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
width: 16rem; /* Match sidebar width (w-64) */
55
}
66

7+
@media (max-width: 767px) {
8+
.container {
9+
width: auto;
10+
}
11+
12+
.version {
13+
display: none;
14+
}
15+
}
16+
717
.logoLink {
818
display: flex;
919
align-items: center;

0 commit comments

Comments
 (0)