Fix spacing between elements
This commit is contained in:
parent
5f6e99185c
commit
58b4eab0be
@ -27,7 +27,7 @@ form, input {
|
|||||||
|
|
||||||
header, nav, main, article, section, aside, footer,
|
header, nav, main, article, section, aside, footer,
|
||||||
blockquote, pre, img, audio, video,
|
blockquote, pre, img, audio, video,
|
||||||
table, form {
|
form {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -175,6 +175,9 @@ input[type="number"] {
|
|||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calcMethod {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
.calcMethod span {
|
.calcMethod span {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user