diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index efb2e78da..08775f6b5 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3201,7 +3201,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto } .navbar-toggler { - float: left; padding: .55rem .75rem; margin-right: 1rem; margin-bottom: 0; @@ -3214,6 +3213,17 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto text-decoration: none; } +@media (min-width: 34em) { + .navbar-toggleable-xs { + display: block !important; + } +} +@media (min-width: 48em) { + .navbar-toggleable-sm { + display: block !important; + } +} + .navbar-form { padding: 10px 1rem; margin-right: -1rem; |
