Apply suggestions from code review
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user