From 7872a38dfee6918b88c98e908e77b64799b7336c Mon Sep 17 00:00:00 2001 From: Henri Remonen Date: Tue, 31 Oct 2023 09:39:48 +0200 Subject: [PATCH] style: add backgroud for the recommendations section --- src/client/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/styles.ts b/src/client/styles.ts index e8ef73ba..fe8e80e0 100644 --- a/src/client/styles.ts +++ b/src/client/styles.ts @@ -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',