Skip to content

Commit f32bad4

Browse files
authored
Merge pull request #2333 from arctic-beep/patch-4
responsive fixes for programs pages using program.css
2 parents 00f508a + 2c3a952 commit f32bad4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css/program.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ dd,b, dt {
2020
color: var(--color-secondary-dark);
2121
}
2222

23+
a, li {
24+
overflow-wrap: break-word;
25+
}
2326

2427
h1 {
2528
margin-top: 3.5rem;
@@ -346,12 +349,6 @@ img {
346349
padding-left: 0.6rem;
347350
}
348351

349-
ol,
350-
ul,
351-
.program-p,
352-
dt {
353-
padding: 0rem 0.5rem !important;
354-
}
355352

356353
.cncf-firstrow {
357354
max-width: 1400px;

0 commit comments

Comments
 (0)