Skip to content

Commit fe0b86d

Browse files
committed
Update styles after reverting to placeholder image
1 parent ced0c2f commit fe0b86d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,15 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
8686
main {
8787
max-width: var(--container);
8888
margin: 0 auto calc(var(--space) * 4) auto;
89+
display: grid;
90+
grid-template-columns: 1fr 1fr;
91+
gap: var(--space);
8992
}
9093
footer {
9194
position: fixed;
9295
bottom: 0;
9396
text-align: center;
97+
width: 100%;
9498
}
9599
/* ====== Articles Grid Layout ====
96100
Setting the rules for how articles are placed in the main element.
@@ -131,4 +135,11 @@ article {
131135
background-color: transparent;
132136
display: block;
133137
}
138+
139+
.readme-img {
140+
width: 100%;
141+
height: 200px;
142+
object-fit: contain;
143+
padding: var(--space);
144+
}
134145
}

0 commit comments

Comments
 (0)