Skip to content
Snippets Groups Projects
welcome.component.html 351 B
Newer Older
  • Learn to ignore specific revisions
  • <div class="row align-items-center jumbotron">
        <div class="col-6 col-md-4 order-md-2 mx-auto text-center">
    
            <img class="img-fluid mb-3 mb-md-0" src="{{ getLogoSrc() }}" alt="Instance logo">
    
        <div class="col-md-8 order-md-1 text-justify pr-md-5" [innerHtml]="instance.config.home.home_config.home_component_text"></div>