Skip to content

Commit 6f795c5

Browse files
committed
1 parent 3e1a660 commit 6f795c5

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

static/css/main.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ H2 {
1212
margin-bottom: 30px;
1313
margin-bottom: 20px;
1414
padding: 5px;
15-
border-bottom: 2px LightGrey solid;
15+
border-bottom: 1px LightGrey solid;
1616
width: 98%;
1717
line-height: 150%;
1818
color: #666666 !important;
@@ -117,4 +117,22 @@ H6 {
117117

118118
.about-social li {
119119
padding-bottom: 10px;
120+
}
121+
122+
table {
123+
border-collapse: collapse;
124+
width: 100%;
125+
}
126+
127+
th, td {
128+
text-align: left;
129+
padding: 8px;
130+
}
131+
132+
table td, table th {
133+
border: 1px solid #eee;
134+
}
135+
136+
table thead tr th {
137+
color: #5A4C4C;
120138
}

0 commit comments

Comments
 (0)