Skip to content

Commit 063ceac

Browse files
committed
edit image placement
1 parent 49285db commit 063ceac

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ header {
99
--line: 1px solid;
1010
--container: 1280px;
1111
}
12+
1213
body {
1314
background: var(--paper);
1415
color: var(--ink);
@@ -24,6 +25,7 @@ svg {
2425
width: 100%;
2526
object-fit: cover;
2627
}
28+
2729
article {
2830
border: var(--line);
2931
padding-bottom: var(--space);
@@ -37,5 +39,9 @@ article {
3739
grid-column: span 3;
3840
}
3941
}
40-
42+
.container {
43+
display: grid;
44+
grid-template-columns: 1fr 1fr;
45+
gap: 20px;
46+
}
4147

0 commit comments

Comments
 (0)