Skip to content

Commit e81cc54

Browse files
committed
style: fix image spacing to make them touch the card borders
1 parent e09a227 commit e81cc54

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ a:hover {
3838
}
3939

4040
img {
41-
width: 100%;
42-
height: 250px;
41+
height: 300px;
4342
object-fit: cover;
4443
border-bottom: var(--line);
44+
margin-top: calc(var(--space) * -1);
45+
margin-left: calc(var(--space) * -1);
46+
width: calc(100% + var(--space) * 2);
4547
}
4648

4749
header {

0 commit comments

Comments
 (0)