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;
}
h5 {
text-align: center;
text-align: left;
line-height: 2rem;
}
}

View file

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

View file

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