diff --git a/examples/index.html b/examples/index.html index 9feff09..3fdaffe 100644 --- a/examples/index.html +++ b/examples/index.html @@ -22,17 +22,11 @@ h1, h2 { - margin-bottom: 0; - } - - input[type="number"] { - max-width: 60px; + margin: 5px 0 0 0; } input[type="text"] { box-sizing: border-box; - max-width: 250px; - width: calc(100% - 100px); } .control { @@ -118,18 +112,18 @@