Remove bottom margin from card component

This commit is contained in:
Nathan Upchurch 2024-07-09 11:37:17 -05:00
parent 4569060d41
commit e55fa73d92

View File

@ -10,7 +10,6 @@ template.innerHTML = `
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin-bottom: 1em;
padding: var(--single-gap) 1.1rem var(--single-gap) 1.1rem;
width: 100%;
}