updating css and html elements to improve display

This commit is contained in:
2024-12-27 15:16:53 -08:00
parent 8e767bfb14
commit 084d769cb6
2 changed files with 29 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
.fw-store-parent {
align-content: center;
vertical-align: top;
vertical-align: bottom;
overflow-y: auto;
text-align:center;
margin:0 auto;
@@ -9,12 +9,12 @@
.product-tile {
align-content: center;
vertical-align: top;
vertical-align: bottom;
background: white;
display:inline-block;
width:200px;
margin:0 25px 25px;
width:225px;
margin:15px 15px 15px 15px;
}
.product-tile img {
@@ -35,3 +35,8 @@
font-size: 20px;
font-style: italic;
}
.tile__heading {
font-size: 0.88em; /* Reduced font size for product titles */
font-weight: bold;
}