Skip to content

Commit 351991f

Browse files
committed
this is a test
1 parent ae0d87d commit 351991f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

assets/css/style.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,11 +1124,9 @@ br { margin-bottom: 20px; }
11241124
table {
11251125
border-spacing: 5px;
11261126
}
1127-
11281127
th, td {
11291128
padding: 5px;
11301129
}
1131-
11321130
th {
11331131
font-size: 0.70rem;
11341132
}
@@ -1140,12 +1138,13 @@ br { margin-bottom: 20px; }
11401138
height: 15px;
11411139
}
11421140
th:first-child {
1143-
text-align: left;
11441141
width: 20%;
11451142
}
11461143
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6){
11471144
width: calc((100% - 20%) / 5);
1148-
text-align: center;
1145+
}
1146+
td:nth-child(4) {
1147+
background-color: pink;
11491148
}
11501149
}
11511150
}

0 commit comments

Comments
 (0)