Skip to content

Commit

Permalink
fix: Make index search smaller (#7436)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Jul 14, 2023
1 parent 9ae8bb3 commit 9130811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/_includes/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ div.footer-btns {

.index-search {
position: relative;
max-width: 55rem;
max-width: 40rem;
margin: 0 auto;

.sgs-search-results {
Expand Down

1 comment on commit 9130811

@vercel
Copy link

@vercel vercel bot commented on 9130811 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.