Skip to content

Commit 017eca9

Browse files
authored
Adjust grid layout for article links
1 parent ed60a25 commit 017eca9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ article {
133133
grid-column: 2/3;
134134
}
135135

136+
article > a {
137+
grid-column: auto;
138+
width: fit-content;
139+
}
140+
136141
> img {
137142
grid-column: span 3;
138143

0 commit comments

Comments
 (0)