Skip to content

Commit

Permalink
Update bootstrap-responsive.css
Browse files Browse the repository at this point in the history
removed left/right padding for max-width: 979px. In response to https://github.com/nrnb/nrnb.github.io/issues/36
  • Loading branch information
khanspers authored Dec 8, 2023
1 parent 05be534 commit d60919c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/bootstrap-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@

@media (max-width: 767px) {
body {
padding-right: 20px;
padding-left: 20px;
padding-right: 0px;
padding-left: 0px;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
Expand Down

0 comments on commit d60919c

Please sign in to comment.