Skip to content

Commit 9966206

Browse files
committed
fix search size
1 parent 33f4e15 commit 9966206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

starlight/src/components/VersionedSearch.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ if (project.trailingSlash === "never") {
294294
margin: 4rem auto auto;
295295
border-radius: 0.5rem;
296296
width: 90%;
297-
max-width: 40rem;
297+
max-width: 70rem;
298298
height: max-content;
299299
min-height: 15rem;
300300
max-height: calc(100% - 8rem);

0 commit comments

Comments
 (0)