Skip to content

Commit

Permalink
fixed several styles (#2013)
Browse files Browse the repository at this point in the history
Co-authored-by: Taron Chatoyan <[email protected]>
  • Loading branch information
t-chatoyan and Taron Chatoyan authored Dec 5, 2024
1 parent 9347eb0 commit 2fb4c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions components/price/Heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -451,15 +451,13 @@ import Plus from 'vue-material-design-icons/Plus.vue'
display: flex;
justify-content: center;
.teams-content {
margin-top: calc($spacer * 2.125);
width: fit-content;
padding: $rem-2 0 $rem-6 0;
padding: $rem-2 0;
display: flex;
flex-direction: column;
align-items: center;
@include media-breakpoint-down(sm) {
align-items: start !important;
padding: $rem-2 0;
}
p {
Expand Down
4 changes: 2 additions & 2 deletions components/price/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@
}
.bg-gray {
min-height: 61px;
padding: 1.3rem $rem-2;
min-height: 45px;
padding: 10px $rem-2;
background-color: #F8F8F8;
}
Expand Down

0 comments on commit 2fb4c4b

Please sign in to comment.