Merge pull request #783 from Safelite/bug/SSR-1381

Bug/ssr 1381
This commit is contained in:
SujathaAnishetty 2024-07-09 14:48:19 -04:00 committed by GitHub
commit e975430393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -222,7 +222,7 @@ export default {
flex: none; flex: none;
} }
h5 { h5 {
text-align: center; text-align: left;
line-height: 2rem; line-height: 2rem;
} }
} }

View file

@ -112,7 +112,7 @@ export default {
margin-left: -$spacer * 2; margin-left: -$spacer * 2;
} }
.mr-3 { .mr-3 {
margin-right: $spacer * 1.5; margin-right:0rem;
} }
.package-main { .package-main {
.package-wrapper { .package-wrapper {
@ -223,6 +223,7 @@ export default {
.package-footer { .package-footer {
color: $red; color: $red;
font-weight: $font-weight-bold; font-weight: $font-weight-bold;
margin-top: 0.5rem;
} }
.package-specs { .package-specs {

View file

@ -219,7 +219,7 @@ export default {
} }
.disclaimer { .disclaimer {
margin: 1.3rem 0 1.5rem 0; margin: 0.5rem 0 1.5rem 0;
a { a {
color: #4d5151; color: #4d5151;