We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a938a5 commit 11fac03Copy full SHA for 11fac03
src/app/features/institutions/pages/institutions-search/institutions-search.component.html
@@ -5,7 +5,8 @@
5
</div>
6
} @else {
7
<div class="flex flex-column gap-5 p-5">
8
- <div class="flex align-items-center gap-2">
+ <div class="flex align-items-center gap-2 justify-content-between">
9
+ <h1>{{ institution().name }}</h1>
10
<img
11
[ngSrc]="institution().assets.logo"
12
[alt]="institution().name"
@@ -14,7 +15,7 @@
14
15
class="fit-contain"
16
/>
17
- <h1>{{ institution().name }}</h1>
18
+ <div class="gap-2"></div>
19
20
21
<p [innerHtml]="institution().description | safeHtml"></p>
0 commit comments