Skip to content

Commit

Permalink
fix jumbotron centering on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeTeaALot committed May 14, 2022
1 parent aac3b59 commit 07362f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/scss/jumbotron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ $grid-gap: 20px;
.isitweeka {
flex: 1;
padding: 0;
height: 100%;
min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -405,6 +407,7 @@ $grid-gap: 20px;
.isitweeka-jumbotron {
/*padding-top: 80px;*/
box-sizing: border-box;
min-height: 100vh;
}
}

Expand Down

0 comments on commit 07362f2

Please sign in to comment.