Skip to content

Commit 4e83bc5

Browse files
committed
edit image placement
1 parent 063ceac commit 4e83bc5

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,25 @@ svg {
2626
object-fit: cover;
2727
}
2828

29+
main {
30+
max-width: var(--container);
31+
margin: 0 auto calc(var(--space) * 4) auto;
32+
}
33+
footer {
34+
position: fixed;
35+
bottom: 0;
36+
text-align: center;
37+
}
38+
39+
main {
40+
display: grid;
41+
grid-template-columns: 1fr 1fr;
42+
gap: var(--space);
43+
> *:first-child {
44+
grid-column: span 2;
45+
}
46+
}
47+
2948
article {
3049
border: var(--line);
3150
padding-bottom: var(--space);

0 commit comments

Comments
 (0)