File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ const Body = styled(Layout.Body)`
311
311
gap: ${ space ( 2 ) } ;
312
312
313
313
@media (min-width: ${ p => p . theme . breakpoints . medium } ) {
314
- grid-template-columns: 350px minmax(100px, auto);
314
+ grid-template-columns: 300px minmax(100px, auto);
315
315
gap: ${ space ( 2 ) } ;
316
316
}
317
317
@@ -327,7 +327,7 @@ const TopSection = styled('div')`
327
327
margin-bottom: ${ space ( 2 ) } ;
328
328
329
329
@media (min-width: ${ p => p . theme . breakpoints . large } ) {
330
- grid-template-columns: minmax(350px , auto) 1fr;
330
+ grid-template-columns: minmax(300px , auto) 1fr;
331
331
margin-bottom: 0;
332
332
}
333
333
Original file line number Diff line number Diff line change @@ -339,5 +339,5 @@ const SuggestedQueriesContainer = styled('div')`
339
339
display: flex;
340
340
flex-wrap: wrap;
341
341
gap: ${ space ( 1 ) } ;
342
- margin-top: ${ space ( 2 ) } ;
342
+ margin-top: ${ space ( 1 ) } ;
343
343
` ;
You can’t perform that action at this time.
0 commit comments