Skip to content

Commit

Permalink
update css class
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Jul 19, 2024
1 parent 445a3aa commit 3796e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container">
<div class="row col-md-12 mt-5">
<div class="row col-md-12 mt-8">
<h1 class="text-primary">
{{ translateService.get('common.branch') | async }}
</h1>
Expand Down
4 changes: 4 additions & 0 deletions marketplace-ui/src/app/modules/product/product.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.product-container {
min-height: 6em;
}

.mt-8{
margin-top: 8rem;
}

0 comments on commit 3796e3b

Please sign in to comment.