Skip to content

Commit

Permalink
Fixed padding again. (#153)
Browse files Browse the repository at this point in the history
Setting padding on jumbotron was indroducing a horizontal scrollbar
  • Loading branch information
wittejm authored Apr 17, 2021
1 parent adf43c9 commit d62637d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,9 @@ margin-top: 4px;
}

@media screen and (max-width: 600px) {
.jumbotron {
padding-left: 6px;
padding-right: 6px;
}
.container {
padding-left: 6px;
padding-right: 6px;
padding-left: 0px;
padding-right: 0px;
}
.page-header {
font-size: 36px;
Expand Down

0 comments on commit d62637d

Please sign in to comment.