Skip to content

Commit 2db1c8c

Browse files
committed
edit style
1 parent ffb6ae0 commit 2db1c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ article {
4949
text-align: left;
5050
display: grid;
5151
grid-template-columns: var(--space) 1fr var(--space);
52+
align-items: stretch;
5253
> * {
5354
grid-column: 2/3;
5455
}
@@ -57,7 +58,6 @@ article {
5758
height: auto;
5859
width: 100%;
5960
object-fit: cover;
60-
align-items: stretch;
6161
}
6262

6363
}

0 commit comments

Comments
 (0)