Skip to content

Commit b95af9e

Browse files
committed
edit style
1 parent 6379fd0 commit b95af9e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,14 @@ article {
6262
grid-template-columns: 1fr 1fr;
6363
gap: 20px;
6464
}
65+
.row {
66+
display: flex;
67+
gap: 10px;
68+
}
69+
.row img {
70+
flex: 1;
71+
width: 100%;
72+
height: 200px;
73+
object-fit: cover;
74+
}
6575

0 commit comments

Comments
 (0)