Skip to content

Commit affba77

Browse files
committed
doc: homepage styling
1 parent 22685ea commit affba77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/app.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
@tailwind components;
44
@tailwind utilities;
55

6+
/* Override a few styles to fix the logo clipping issue on the homepage*/
7+
.kit-docs {
8+
@apply overflow-x-hidden;
9+
10+
& main {
11+
@apply overflow-x-visible;
12+
}
13+
}
14+
15+
616
@layer components {
717
.demo {
818
@apply text-base font-sans;

0 commit comments

Comments
 (0)