diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index da588e9..91e3363 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -224,6 +224,19 @@ h6 { margin-bottom: 0.5em; } +/* + * Restrict sizing to the page width in all browsers (opinionated). + * sanitize.css/page.css + */ +iframe, +img, +input, +select, +textarea { + height: auto; + max-width: 100%; +} + a, a:hover { text-decoration: none;