We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a825394 commit 0f00e9aCopy full SHA for 0f00e9a
src/projects.jade
@@ -2,7 +2,7 @@
2
include badges
3
4
mixin projects(projects)
5
- table.table.table-striped
+ table.table.table-striped.projects-table
6
thead
7
tr
8
th Project Name
src/style.css
@@ -54,6 +54,15 @@ section {
54
width: 100%;
55
}
56
57
+/* make columns wide enough for "Lead Maintainer" to
58
+ fit on one line
59
+
60
+ yes, this is a hack, so figure out something better
61
+*/
62
+.projects-table > thead > tr > th {
63
+ min-width: 9em;
64
+}
65
66
@media (max-width: 480px) {
67
.manifesto {
68
clear: left;
0 commit comments