Skip to content

Commit 7c973a5

Browse files
fix
1 parent 8ffab58 commit 7c973a5

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

app/globals.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ article table thead {
203203

204204
article table thead th {
205205
padding: 0.875rem 1rem;
206-
text-align: left;
206+
text-align: center;
207207
font-weight: 600;
208208
font-size: 0.8125rem;
209209
color: #9ca3af;
@@ -214,6 +214,10 @@ article table thead th {
214214
border-right: 1px solid #ffffff20;
215215
}
216216

217+
article table thead th:first-child {
218+
text-align: left;
219+
}
220+
217221
article table thead th:last-child {
218222
border-right: none;
219223
}
-26.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)