Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-04-23 10:35:53 +01:00
parent 53dff7237d
commit 74bc2a3f2f
31 changed files with 712 additions and 92 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<ion-toolbar class="bg-blue pb-10">
<div class=" pb-10 ion-toolbar text-white">
<div class="mobile d-flex div-top-header justify-space-between">
@@ -89,5 +89,5 @@
</div>
</ion-toolbar>
</div>
+1 -1
View File
@@ -2,7 +2,7 @@
.div-top-header{
margin: 0 em(20px);
background-color: #0782c9;
// background-color: #0782c9;
padding-top: em(15px);
border: 0!important;
}