We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a660 commit 6f795c5Copy full SHA for 6f795c5
static/css/main.css
@@ -12,7 +12,7 @@ H2 {
12
margin-bottom: 30px;
13
margin-bottom: 20px;
14
padding: 5px;
15
- border-bottom: 2px LightGrey solid;
+ border-bottom: 1px LightGrey solid;
16
width: 98%;
17
line-height: 150%;
18
color: #666666 !important;
@@ -117,4 +117,22 @@ H6 {
117
118
.about-social li {
119
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;
138
}
0 commit comments