diff --git a/sass/style.scss b/sass/style.scss index d10774c..0eb3f4b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -132,31 +132,29 @@ main { grid-gap: 2em 1.5em; text-align: left; - div { - label { - color: #777; - } + label { + color: #777; + } - input, select { - width: 100%; - padding: .5em; - border: 1px solid #000; - font-size: 1.2em; - font-family: merriweather, serif; - background: inherit; - - &::placeholder { - font-size: .7em; - color: #bbb; - } - } + input, select { + width: 100%; + padding: .5em; + border: 1px solid #000; + font-size: 1.2em; + font-family: merriweather, serif; + background: inherit; - input[type="checkbox"] { - width: auto; + &::placeholder { + font-size: .7em; + color: #bbb; } } + input[type="checkbox"] { + width: auto; + } + input[type="submit"] { background: #C61730; color: #fff; @@ -164,8 +162,7 @@ main { padding: .8em; font-weight: bold; font-size: 1.2em; - font-family: merriweather, serif; - max-width: auto; + width: auto; margin: 0 auto; }