Skip to content

Commit 69da551

Browse files
committed
fix
1 parent c25c11d commit 69da551

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

programs.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@
2626
<!-- End Favicon -->
2727
<!-- Remove or minimize custom inline styles to avoid overriding site look -->
2828
<style>
29-
.keyword-bar { margin-bottom: 1em; }
30-
.keyword-bar a { text-decoration: none; margin-right: 0.3em; }
29+
.keyword-bar {
30+
margin-bottom: 1em;
31+
display: flex;
32+
flex-wrap: wrap;
33+
gap: 0.3em;
34+
}
35+
.keyword-bar a {
36+
text-decoration: none;
37+
}
3138
.sequence-description { margin-bottom: 0.5em; }
3239
.pagination { margin: 1em 0; }
3340
.pagination a { margin: 0 0.5em; }

0 commit comments

Comments
 (0)