Skip to content

Commit f5550f2

Browse files
committed
Add CSS underline class for article headings
1 parent b73b227 commit f5550f2

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,3 +69,7 @@ article {
6969
grid-column: span 3;
7070
}
7171
}
72+
73+
.underline {
74+
text-decoration: underline;
75+
}

0 commit comments

Comments
 (0)