Skip to content

Commit 5ce8d57

Browse files
vintaclaude
andcommitted
style: adjust typography for issue list headings and titles
Add responsive font sizes and line heights for .item__list--issues .item__heading and .item__title elements to improve readability across breakpoints. Co-Authored-By: Claude <[email protected]>
1 parent c89ef2f commit 5ce8d57

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

website/assets/stylesheet.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ button {
55
}
66
.item__list--issues .item__heading {
77
text-transform: none;
8+
font-size: 18px;
9+
line-height: 1.333333333;
10+
}
11+
@media (min-width: 760px) {
12+
.item__list--issues .item__heading {
13+
font-size: 22px;
14+
line-height: 1.272727273;
15+
}
16+
}
17+
.item__list--issues .item__title {
18+
font-size: 16px;
19+
font-weight: 400;
20+
line-height: 1.4;
21+
}
22+
@media (min-width: 760px) {
23+
.item__list--issues .item__title {
24+
font-size: 18px;
25+
line-height: 1.35;
26+
}
827
}
928
.btn {
1029
background-color: #000000;

0 commit comments

Comments
 (0)