Product Detail is neater.
Recipe list fixed. Recipe xlsx not working.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.nutrition-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 20px;
|
||||
align-items: stretch;
|
||||
justify-items: stretch;
|
||||
}
|
||||
.nutrition-grid > * {
|
||||
width: 100%;
|
||||
box-sizing: border-box; /* helps with padding */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user