Adds Hind Font for P Texts and Fixes Cards Styling

This commit is contained in:
2023-11-09 01:23:15 -03:00
parent 25d1109f34
commit 93791a60ae
4 changed files with 33 additions and 12 deletions

View File

@@ -10,11 +10,13 @@ import {animate, state, style, transition, trigger} from "@angular/animations";
trigger('cardAnimation', [
state('active', style({
opacity: 1,
width: '300px',
width: '350px',
height: '425px',
})),
state('inactive', style({
opacity: 0.85,
width: '275px',
opacity: 0.7,
width: '300px',
height: '410px',
})),
transition('* => *', [
animate('0.1s')