Updated jinja templates and css to better enable product alteration

This commit is contained in:
2024-01-30 19:05:09 +00:00
parent fa76e11f83
commit faad412809
7 changed files with 98 additions and 60 deletions

View File

@@ -58,7 +58,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 2em 2em;
gap: 1em 1em;
padding: .5rem 1rem 2rem 2rem;
/* background: var(--bg-secondary); */
border-radius: .5rem .5rem;
@@ -90,7 +90,7 @@
.product-details {
display: flex;
flex-direction: column;
padding: 5% 0;
padding: 2% 0;
/* justify-content: center; */
/* align-items: center; */
gap: 1rem 1rem;