Skip to content

Commit

Permalink
♻️ simplify css
Browse files Browse the repository at this point in the history
  • Loading branch information
steffinchen committed Sep 18, 2023
1 parent 7219821 commit 47ff561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app-cat/app-cat.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="h-full flex flex-column bg-white pt-5">
<div class="header mx-auto">
<h1 i18n class="mx-0 my-0">VSHN AppCat Service Offering</h1>
<h1 i18n class="mt-0">VSHN AppCat Service Offering</h1>
</div>
<iframe src="https://services.appcat.ch/" class="flex-grow-1 mt-4 border-none"></iframe>
<iframe src="https://services.appcat.ch/" class="flex-grow-1 border-none"></iframe>
</div>

0 comments on commit 47ff561

Please sign in to comment.