Skip to content

Commit

Permalink
styling: adjust intro page middle screen display
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Aug 8, 2024
1 parent aec8201 commit d3205ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ $headerZ: 2;
.slideCKBIntro {
flex-grow: 1;
min-height: 100vh;
margin-top: calc(10px + var(#{$headerHeightVarName}));
margin: calc(10px + var(#{$headerHeightVarName})) 12% 0;

.slideCKBIntroContent {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$mobileBreakPoint: 750px;
$wideBreakPoint: 1440px;
$wideBreakPoint: 1800px;

:export {
mobileBreakPoint: $mobileBreakPoint;
Expand Down

0 comments on commit d3205ed

Please sign in to comment.