Skip to content

Commit 2c96275

Browse files
committed
spacing
1 parent 19b3fbf commit 2c96275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usehooks.com/src/pages/[hook].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ const installSnippet = experimental
191191

192192
:global(.reference td),
193193
:global(.reference th) {
194-
padding: .5rem .75rem;
194+
padding: .5rem 1.2rem .5rem .75rem;
195195
}
196196

197197
:global(.reference td:not(:last-of-type)),
198198
:global(.reference th:not(:last-of-type)) {
199-
min-width: 110px;
199+
min-width: 120px;
200200
}
201201

202202
:global(.reference td:last-of-type),

0 commit comments

Comments
 (0)