reducing margin

This commit is contained in:
Kris 2018-05-15 22:32:19 -04:00
parent fc54238726
commit 85425348c5
1 changed files with 2 additions and 3 deletions

View File

@ -855,7 +855,6 @@ section.details {
} }
.version-checks { .version-checks {
margin-bottom: 15px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -873,7 +872,7 @@ section.details {
align-items: flex-start; align-items: flex-start;
align-self: flex-start; align-self: flex-start;
justify-content: space-between; justify-content: space-between;
padding: 20px 0 10px 0; padding: 10px 0 10px 0;
.upgrade-header { .upgrade-header {
flex: 1 1 100%; flex: 1 1 100%;
@ -986,7 +985,7 @@ table.api-keys {
} }
&.detected-problems { &.detected-problems {
border-left: 1px solid $primary-low; border-left: 1px solid $primary-low;
margin: 20px 0 0 0; margin: 10px 0 0 0;
padding-left: 20px; padding-left: 20px;
} }
h4 { h4 {