Skip to content

Commit 0858e2b

Browse files
committed
removecss grid 2/3
1 parent 18c4827 commit 0858e2b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ a {
4242
}
4343
img,
4444
svg {
45-
width: 80%;
45+
width: 100%;
4646
object-fit: cover;
4747
}
4848
/* ====== Site Layout ======
@@ -92,12 +92,13 @@ section {
9292
border: var(--line);
9393
padding-bottom: var(--space);
9494

95-
display: grid;
95+
/*display: grid;
9696
grid-template-columns: var(--space) 1fr var(--space);
9797
> * {
98-
grid-column: 2/3;
98+
grid-column: 2/3;*/
9999
}
100100
> img {
101+
width: 100%;
101102
grid-column: span 3;
102103
}
103104
}

0 commit comments

Comments
 (0)