diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 91e3363..bdf9e20 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -226,7 +226,7 @@ h6 { /* * Restrict sizing to the page width in all browsers (opinionated). - * sanitize.css/page.css + * sanitize/page */ iframe, img, @@ -985,6 +985,15 @@ pre .keyword { box-sizing: border-box; } +/* + * Override sanitize/forms + * to prevent conflict with + * .searchBox padding-left + */ +input { + padding: 0; +} + /* highlight the text box when focused */ .searchBox:focus { border: 1px solid #1abc9c;