Skip to content

Commit d6008d7

Browse files
committed
chore: tiny ux changes
1 parent a48ff2c commit d6008d7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apps/site/layouts/layouts.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@
164164
dark:border-l-neutral-900;
165165

166166
main {
167-
@apply max-w-[660px]
168-
gap-4
167+
@apply gap-4
169168
wrap-anywhere;
170169
}
171170
}

packages/ui-components/src/styles/base.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ body {
1717
}
1818

1919
[data-tooltip] {
20-
@apply relative
21-
cursor-help;
20+
@apply relative;
2221

2322
&::after {
2423
@apply pointer-events-none

0 commit comments

Comments
 (0)