Add responsive effect in home tab

This commit is contained in:
Peter Maquiran
2020-12-30 11:43:48 +01:00
parent 97f21bbc16
commit 29bbb542ca
3 changed files with 14 additions and 3 deletions
+8
View File
@@ -25,4 +25,12 @@ ion-badge {/* */
white-space: nowrap;
vertical-align: baseline; */
}
.tab{
.bottoms{
display: flex;
justify-content: space-around;
}
}