improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.header-content{
//width: 360px;
overflow: auto;
@@ -5,7 +7,7 @@
}
.header-icon-left{
width: 36px;
font-size: 33px;
font-size: rem(33);
color: #42b9fe;
float: left;
}
@@ -13,7 +15,7 @@
.header-title{
width: 264px;
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
margin: 0 5px 10px 20px;
padding: 0;
color:#000;