diff options
Diffstat (limited to 'bower_components/bootstrap/examples/justified-nav/justified-nav.css')
-rwxr-xr-x | bower_components/bootstrap/examples/justified-nav/justified-nav.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bower_components/bootstrap/examples/justified-nav/justified-nav.css b/bower_components/bootstrap/examples/justified-nav/justified-nav.css index be983ba6..7837acf4 100755 --- a/bower_components/bootstrap/examples/justified-nav/justified-nav.css +++ b/bower_components/bootstrap/examples/justified-nav/justified-nav.css @@ -2,13 +2,6 @@ body { padding-top: 20px; } -/* Everything but the jumbotron gets side spacing for mobile-first views */ -.masthead, -.footer { - padding-left: 15px; - padding-right: 15px; -} - .footer { border-top: 1px solid #eee; margin-top: 40px; @@ -83,8 +76,6 @@ body { } } - - /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ |