Skip to content

Commit

Permalink
style: add backgroud for the recommendations section
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Oct 31, 2023
1 parent 70b7f7c commit 7872a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ const recommendationStyles = {
[BreakPointTheme.breakpoints.down('sm')]: {
m: 1,
},
px: 2,
p: 2,
top: '4rem',
textAlign: 'left',
position: 'sticky',
background: '#f5f5f5',
},
recommendationBox: {
mt: '1.8rem',
Expand Down

0 comments on commit 7872a38

Please sign in to comment.