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,14 +1,16 @@
@import '~src/function.scss';
.main-header{
display: flex;
align-items: center;
}
.icon{
color: #797979;
width: 45px;
height: 45px;
width: rem(45);
height: rem(45);
display: flex;
justify-content: center;
font-size: 25px;
font-size: rem(25);
align-items: center;
}
@@ -17,7 +19,7 @@
.input-text {
margin-top: 20px;
width: 100%;
height: 45px;
height: rem(45);
border-radius: 5px;
border: 1px solid #ebebeb;
}
@@ -33,7 +35,7 @@
border-bottom: 1px solid #ebebeb;
list-style: none;
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
}
}
}