Skip to content

Commit 3d2c289

Browse files
committed
Align aticle images to consistent height to better match wireframe layout
1 parent 739b440 commit 3d2c289

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ footer {
7676
text-align: center;
7777
padding: var(--space);
7878
}
79+
80+
article img {
81+
width: 100%;
82+
height: 200px;
83+
object-fit: cover;
84+
}
85+

0 commit comments

Comments
 (0)