Skip to content

Commit 2ccbbce

Browse files
ststimacalrra
authored andcommitted
Improve contributors page
Fix #147 Close #151
1 parent e99c88f commit 2ccbbce

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

src/hexo/themes/documentation/source/core/css/about.css

+11
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66

77
/* Contributors Page */
88

9+
.contributors {
10+
max-width: 64rem;
11+
}
12+
913
table sub {
14+
position: relative;
15+
bottom: .5rem;
1016
font-size: 1.6rem;
17+
line-height: 1rem;
1118
}
1219

1320
.contributors table img {
1421
border-radius: 50px;
1522
border: 3px solid #2d28a1;
1623
}
24+
25+
.contributors table thead th {
26+
font-size: 1.6rem;
27+
}

src/hexo/themes/documentation/source/core/css/tables-lists.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ caption {
2222
}
2323

2424
th, td {
25-
padding: 1rem 1.2rem;
25+
padding: 1.4rem;
26+
width: 20rem;
2627
vertical-align: top;
2728
}
2829

2930
thead th {
30-
vertical-align: bottom;
31-
32-
color: hsla(0, 0%, 0%, .6);
31+
vertical-align: top;
3332
}
3433

3534
/* Parent class allows table to scroll sideways when overflowing */

0 commit comments

Comments
 (0)