diff options
Diffstat (limited to 'docs/dist/css/bootstrap-reboot.css')
| -rw-r--r-- | docs/dist/css/bootstrap-reboot.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index d15111066..6d1cd096b 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -20,6 +20,10 @@ html { width: device-width; } +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; |
