Skip to content

Commit 5164578

Browse files
committed
add style
1 parent ee159dc commit 5164578

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ svg {
2525
width: 100%;
2626
object-fit: cover;
2727
}
28+
.row {
29+
display: flex;
30+
gap: 10px;
31+
}
32+
33+
.row img {
34+
flex: 1;
35+
width: 50%;
36+
height: 200px;
37+
object-fit: cover;
38+
}
2839

2940
main {
3041
max-width: var(--container);
@@ -66,9 +77,10 @@ article {
6677
display: flex;
6778
gap: 10px;
6879
}
80+
6981
.row img {
7082
flex: 1;
71-
width: 100%;
83+
width: 50%;
7284
height: 200px;
7385
object-fit: cover;
7486
}

0 commit comments

Comments
 (0)