remove the first preference section's margin

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-02-26 23:18:01 +00:00
parent 6a66c4162b
commit 1875bf4bfe

View file

@ -20,6 +20,6 @@ limitations under the License.
} }
.mx_SettingsTab_section { .mx_SettingsTab_section {
margin-top: 30px; margin-bottom: 30px;
} }
} }