diff --git a/assets/stylesheets/global/_base.scss b/assets/stylesheets/global/_base.scss index 6ac71a49..93799ce7 100644 --- a/assets/stylesheets/global/_base.scss +++ b/assets/stylesheets/global/_base.scss @@ -159,7 +159,10 @@ td { > pre:last-child, > p:last-child, > ul:last-child, > ol:last-child { margin-bottom: 0; } } -section, main { outline: 0; } +section, main { + display: block; + outline: 0; +} input, button { margin: 0;