Remove useless paragraph element and fix CSS.

This commit is contained in:
2020-12-28 22:41:15 -08:00
parent e0451d026c
commit 8164624cee
2 changed files with 10 additions and 7 deletions

View File

@@ -8,6 +8,11 @@ $search-element-padding: 0.5rem 1rem 0.5rem 1rem;
box-shadow: 0px 0px 5px rgba($primary-color, 0.7);
}
.stork-wrapper {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.stork-input-wrapper {
display: flex;
flex-direction: row;