Apply suggestions from code review

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Travis Ralston 2021-07-16 23:50:06 -06:00 committed by GitHub
parent 60bcdd3bf8
commit d2de9b432c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ limitations under the License.
margin-top: 40px;
tr > th {
font-weight: 600; // semi bold
font-weight: $font-semi-bold;
}
tr > th:first-child {
@ -67,7 +67,7 @@ limitations under the License.
& > div:first-child { // section header
font-size: $font-18px;
font-weight: 600; // semi bold
font-weight: $font-semi-bold;
}
> table {