Skip to content

Commit

Permalink
fix previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeTeaALot committed May 14, 2022
1 parent 07362f2 commit da2e915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scss/jumbotron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ $grid-gap: 20px;
padding: 0;
padding-left: var(--horizontal-indent);
padding-right: var(--horizontal-indent);
min-height: 100vh;

@include phablet {
flex-direction: column;
Expand Down Expand Up @@ -407,7 +408,6 @@ $grid-gap: 20px;
.isitweeka-jumbotron {
/*padding-top: 80px;*/
box-sizing: border-box;
min-height: 100vh;
}
}

Expand Down

0 comments on commit da2e915

Please sign in to comment.