Skip to content

Commit d626a87

Browse files
committed
Improve styling
1 parent d368d55 commit d626a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ th {
2424
min-width: 50px;
2525
box-sizing: border-box;
2626
}
27-
td:nth-child(3) {
27+
td:last-child {
2828
width: 100%;
2929
}
3030
@media screen and (max-width: 600px) {
@@ -52,7 +52,7 @@ td:nth-child(3) {
5252
left: 10px;
5353
position: absolute;
5454
}
55-
td:nth-child(3) {
55+
td:last-child {
5656
width: inherit;
5757
}
5858
.progress-bar {

0 commit comments

Comments
 (0)