css adjustments

This commit is contained in:
Sujatha Anishetty 2024-07-05 18:22:33 -04:00
parent a484af7982
commit 25bf7a46ac
2 changed files with 3 additions and 2 deletions

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;