Table margin adjustment

This commit is contained in:
Kris 2018-08-09 21:24:26 -04:00
parent 093c3510e6
commit 0451dba27a
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
box-sizing: border-box;
}
+ .table {
margin-top: 1.5em;
}
.report-error {
color: $danger;
border: 1px solid $danger;