Skip to content

Commit e09a227

Browse files
committed
Style: change size of main image
1 parent f9e8a1e commit e09a227

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ main > article:first-child {
6969
grid-column: span 2;
7070
}
7171

72+
main > article:first-child img {
73+
height: 400px;
74+
}
75+
7276
@media (max-width: 768px) {
7377
main {
7478
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)