fix: styles
This commit is contained in:
parent
96453fbe0b
commit
40637560d9
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
table th:first-of-type,
|
||||
table td:first-of-type {
|
||||
width: calc(var(--sizing-3xl) * 6);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
|
Reference in a new issue