updating css and html elements to improve display
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user