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
@@ -7,13 +7,13 @@
padding: 30px 20px 0 20px !important;
}
.header-icon-left{
font-size: 33px;
font-size: rem(33);
color: #42b9fe;
float: left;
}
.header-title{
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
padding: 0;
color:#000;
float: left;
@@ -62,7 +62,7 @@
.approve-event-time p{
width: 33px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -79,7 +79,7 @@
.approve-event-detail p{
//width: 250px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -92,7 +92,7 @@
.approve-event-detail h3{
width: 250px;
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
font-weight: bold;
font-stretch: normal;
font-style: normal;
@@ -112,5 +112,5 @@
background: #f05d5e;
border-radius: 17px;
color: white;
font-size: 10pt;
font-size: rem(13);
}