Skip to content

Commit 8373805

Browse files
committed
Store layout fix
1 parent 14ec51b commit 8373805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

store.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
border-radius: 8px;
1616
overflow: hidden;
1717
width: 300px;
18-
height: 420px;
18+
height: 475px;
1919
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
2020
transition: box-shadow 0.3s;
2121
}
@@ -43,7 +43,7 @@ store-container > .tile {
4343
.tile-content {
4444
position: relative;
4545
padding: 15px;
46-
height: 185px;
46+
height: 195px;
4747
}
4848

4949
.tile-title {
@@ -64,7 +64,7 @@ store-container > .tile {
6464

6565
.price {
6666
position: absolute;
67-
bottom: 15px; /* 5px from the bottom of the parent */
67+
bottom: 0px; /* 5px from the bottom of the parent */
6868
font-size: 1em;
6969
font-weight: bold;
7070
color: #333;

0 commit comments

Comments
 (0)