Skip to content

Commit

Permalink
Fixed the CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
venkykandagaddala committed Aug 1, 2024
1 parent 1338096 commit 614ef93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 class=" txt-ellipsis-2 break-words">{{data?.title}}</h1>
wsUtilsImageResponsive
class="banner-image-v2"/>
</div>
<div class="container-balanced pt-8">
<div class="container-balanced mobile-container">
<div class="description-v2" [innerHTML]="richTextContent(data?.descriptionV2)"></div>
</div>
</ng-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@
.banner-image-v2 {
width: 100%;
height: 100%;
}
.mobile-container {
padding: 15px 15px 0 15px;
}

0 comments on commit 614ef93

Please sign in to comment.