Skip to content

Commit 0f00e9a

Browse files
committed
make columns wider to fit th on one line
1 parent a825394 commit 0f00e9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/projects.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include badges
33

44
mixin projects(projects)
5-
table.table.table-striped
5+
table.table.table-striped.projects-table
66
thead
77
tr
88
th Project Name

src/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ section {
5454
width: 100%;
5555
}
5656

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+
5766
@media (max-width: 480px) {
5867
.manifesto {
5968
clear: left;

0 commit comments

Comments
 (0)