Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Focus Section
  • Loading branch information
SaswatM-62 committed Nov 28, 2020
commit c139412931f61029afb82b06255ecf07965f3b0b
2 changes: 1 addition & 1 deletion src/components/HomePage/Focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Focus({ onScrollClick }) {
</Grid>

{/* Carousel */}
<Grid item xs={12} sm={6} style={{margin:'0 auto'}}>
<Grid item xs={12} md={6} style={{margin:'0 auto'}}>
<Carousel
className={classes.carousel}
interval='10000'
Expand Down