1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-17 19:36:18 +02:00

First round of minor fixes after reviewing results from test file.

This commit is contained in:
Rob
2019-12-22 15:26:59 -08:00
parent a7a82ed8a7
commit 92b249a9cb

View File

@@ -300,11 +300,11 @@ textarea {
* *
******************************************************************************/ ******************************************************************************/
article, main article,
.container { main section {
margin: 0 auto; margin: 0 auto;
max-width: 112.0rem; max-width: 80rem;
padding: 0 2.0rem; padding: 7.5rem 0;
position: relative; position: relative;
width: 100%; width: 100%;
} }
@@ -787,6 +787,8 @@ button,
background-color: transparent; background-color: transparent;
color: #9b4dca; color: #9b4dca;
margin-bottom: 1.0rem; margin-bottom: 1.0rem;
vertical-align: text-top;
-webkit-appearance: none;
} }
@@ -892,9 +894,7 @@ button.default[disabled]:hover,
input, input,
select, select,
fieldset, fieldset,
textarea, textarea {
label,
legend {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
@@ -963,6 +963,7 @@ legend {
display: block; display: block;
font-size: 1.6rem; font-size: 1.6rem;
font-weight: 700; font-weight: 700;
margin-bottom: .5rem;
} }