Skip to content

Commit 08e533a

Browse files
committed
Added " aspect-ratio:16/9 ;" to the "img" in style.css to help make the images be uniformed and made the articals match.
1 parent 6c3a2e6 commit 08e533a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a {
4343
img,
4444
svg {
4545
width: 100%;
46+
aspect-ratio:16/9 ;
4647
object-fit: cover;
4748
}
4849

0 commit comments

Comments
 (0)