You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
269 B
SCSS

.photo-card{
max-width: 500px;
overflow: hidden;
background: var(--ion-color-primary-contrast);
margin: 30px 0px;
}
.photo-card ion-img {
max-height: 532px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}