We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cc457 commit f08fb92Copy full SHA for f08fb92
_assets/css/main.css
@@ -65,6 +65,23 @@ code, pre {
65
font-family: monospace;
66
}
67
68
+table {
69
+ border: solid 1px #000;
70
+ border-collapse: collapse;
71
+ border-spacing: 0;
72
+}
73
+
74
+thead th {
75
76
+ font-weight: bold;
77
+ padding: 10px;
78
79
80
+tbody td {
81
82
83
84
85
/* header */
86
87
header, footer {
@@ -194,6 +211,8 @@ table#professional-experience tr + tr td {
194
211
195
212
.lds-dual-ring {
196
213
color: #961c1c;
214
+ display: block;
215
+ margin: 0 auto;
197
216
198
217
199
218
.lds-dual-ring,
0 commit comments