There was an error while loading. Please reload this page.
1 parent ee159dc commit 5164578Copy full SHA for 5164578
1 file changed
Wireframe/style.css
@@ -25,6 +25,17 @@ svg {
25
width: 100%;
26
object-fit: cover;
27
}
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
39
40
main {
41
max-width: var(--container);
@@ -66,9 +77,10 @@ article {
66
77
display: flex;
67
78
gap: 10px;
68
79
80
69
81
.row img {
70
82
flex: 1;
71
- width: 100%;
83
72
84
height: 200px;
73
85
74
86
0 commit comments