Fixes Minor Responsiveness Issues
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.stack-card {
|
||||
width: 300px;
|
||||
width: 325px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
border-radius: 15px;
|
||||
}
|
||||
@@ -44,6 +47,6 @@
|
||||
|
||||
.inactive {
|
||||
opacity: 0.7;
|
||||
width: 300px;
|
||||
width: 280px;
|
||||
height: 410px;
|
||||
}
|
||||
|
||||
@@ -10,12 +10,12 @@ import {animate, state, style, transition, trigger} from "@angular/animations";
|
||||
trigger('cardAnimation', [
|
||||
state('active', style({
|
||||
opacity: 1,
|
||||
width: '350px',
|
||||
width: '325px',
|
||||
height: '425px',
|
||||
})),
|
||||
state('inactive', style({
|
||||
opacity: 0.7,
|
||||
width: '300px',
|
||||
width: '280px',
|
||||
height: '410px',
|
||||
})),
|
||||
transition('* => *', [
|
||||
|
||||
Reference in New Issue
Block a user