File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
institutions/pages/institutions-search
registries/components/registry-provider-hero Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 55 </ div >
66 } @else {
77 < div class ="flex flex-column gap-5 p-5 ">
8- < div class ="flex align-items-center gap-2 justify-content-between ">
8+ < div class ="flex align-items-center gap-2 ">
99 < h1 > {{ institution().name }}</ h1 >
10- < img
11- [ngSrc] =" institution().assets.logo "
12- [alt ] ="institution().name "
13- width =" 80 "
14- height ="80 "
15- class =" fit-contain "
16- />
17-
18- < div class =" gap-2 " > < /div >
10+ < div class =" flex w-full justify-content-center " >
11+ < img
12+ [ngSrc ] ="institution().assets.logo "
13+ [alt] =" institution().name "
14+ width ="80 "
15+ height =" 80 "
16+ class =" fit-contain "
17+ />
18+ </ div >
1919 </ div >
2020
2121 < p [innerHtml] ="institution().description | safeHtml "> </ p >
Original file line number Diff line number Diff line change 11< section class ="registries-hero-container py-5 px-3 flex flex-column gap-4 md:py-6 md:px-4 ">
22 < div class ="flex flex-column align-items-start justify-content-between gap-4 md:flex-row ">
3- < div class ="gap-2` "> </ div >
4- < div class ="flex align-items-center gap-2 ">
3+ < div class ="flex align-items-center justify-content-center gap-2 w-full ">
54 @if (isProviderLoading()) {
65 < p-skeleton width ="3rem " height ="1.5rem " />
76 < p-skeleton width ="12rem " height ="1.5rem " />
You can’t perform that action at this time.
0 commit comments