Skip to content

Commit e228ded

Browse files
committed
Table is okay-ish
1 parent 351991f commit e228ded

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

assets/css/style.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ br { margin-bottom: 20px; }
11281128
padding: 5px;
11291129
}
11301130
th {
1131-
font-size: 0.70rem;
1131+
font-size: 0.65rem;
11321132
}
11331133
table {
11341134
font-size: 0.70rem;
@@ -1143,9 +1143,6 @@ br { margin-bottom: 20px; }
11431143
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6){
11441144
width: calc((100% - 20%) / 5);
11451145
}
1146-
td:nth-child(4) {
1147-
background-color: pink;
1148-
}
11491146
}
11501147
}
11511148

0 commit comments

Comments
 (0)