no message

This commit is contained in:
2018-03-06 21:21:33 -05:00
parent 57f42584de
commit ca376559db
4 changed files with 11 additions and 8 deletions

View File

@@ -1,9 +1,12 @@
page-grid {
.col {
background-size: cover;
border: 1px solid #000000;
box-sizing: border-box;
padding: 0 0 33%;
ion-col {
&.profile {
background-size: cover;
border: 1px solid #000000;
box-sizing: border-box;
padding: 0 0 33%;
}
}
}