css adjustments
This commit is contained in:
parent
a484af7982
commit
25bf7a46ac
2 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ export default {
|
|||
}
|
||||
|
||||
.disclaimer {
|
||||
margin: 1.3rem 0 1.5rem 0;
|
||||
margin: 0.5rem 0 1.5rem 0;
|
||||
|
||||
a {
|
||||
color: #4d5151;
|
||||
|
|
|
|||
Loading…
Reference in a new issue