Updated jinja templates and css to better enable product alteration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user