We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29a54e commit 94fc4c6Copy full SHA for 94fc4c6
1 file changed
src/pages/RollingPaper/RollingPaperPage.jsx
@@ -45,7 +45,7 @@ const BackgroundWrap = styled.div`
45
? `linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%), url(${backgroundImageURL})`
46
: "ffffff"};
47
background-color: ${({ bgColor }) => bgColor || "#ffffff"};
48
- min-height: calc(100vh - 65px);
+ min-height: calc(100vh - 134px);
49
background-size: cover;
50
background-repeat: no-repeat;
51
background-position: center top;
0 commit comments