Skip to content

Commit

Permalink
Merge pull request #72 from Netcentric/kaw-8173-font-weight
Browse files Browse the repository at this point in the history
KAW-8173 Fix font-weight
  • Loading branch information
lakshmishriaswathnarayana authored Oct 24, 2024
2 parents 46a52f5 + d8b0b22 commit bb8694b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions blocks/vehicle-selector/vehicle-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
.description-value .h6 em {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
}

.vehicle-selector .button-container {
Expand Down Expand Up @@ -240,10 +242,6 @@ ul.vehicle-selector__navigation {
width: 100vw;
margin-left: calc((100vw - 100%)* -1 / 2);
}

.description-value .h6 {
font-weight: 600;
}
}

@media screen and (width >= 1440px) {
Expand Down

0 comments on commit bb8694b

Please sign in to comment.