Files
Pfosi-Looking/src/pages/grid/grid.scss

13 lines
182 B
SCSS

page-grid {
ion-col {
&.profile {
background-size: cover;
border: 1px solid #000000;
box-sizing: border-box;
padding: 0 0 33% !important;
}
}
}