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;
}
.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;