Feat WIP responsive layout

This commit is contained in:
Lorenzo Iovino 2024-01-10 05:10:45 +01:00
parent 0d7d892d9c
commit 5fe54833a0
13 changed files with 53 additions and 116 deletions

View file

@ -1,6 +1,7 @@
import {Component} from '@angular/core';
import {AsciiPhotoComponent} from "../ascii-photo/ascii-photo.component";
import {AsyncPipe, NgClass, NgIf, NgOptimizedImage} from "@angular/common";
import {Ng2FittextModule} from "ng2-fittext";
@Component({
selector: 'iov-hero',
@ -11,6 +12,7 @@ import {AsyncPipe, NgClass, NgIf, NgOptimizedImage} from "@angular/common";
NgClass,
AsyncPipe,
NgOptimizedImage,
Ng2FittextModule,
],
templateUrl: './hero.component.html',
styleUrl: './hero.component.scss'