working in responsiveness

This commit is contained in:
tiago.kayaya
2021-03-11 16:21:09 +01:00
parent 304151f2fd
commit e4353b5d59
15 changed files with 191 additions and 110 deletions
+6 -5
View File
@@ -39,8 +39,8 @@ ion-content{
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 30px 20px 0 20px;
//overflow:auto;
//padding: 30px 20px 0 20px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -109,7 +109,7 @@ ion-content{
@media only screen and (min-width: 1024px) {
.main-content{
border: 1px solid blue;
overflow: auto;
.aside-wrapper{
width: 40%;
@@ -117,13 +117,14 @@ ion-content{
font-size: 25px;
}
}
.aside{
/* .aside{
width: 340px;
}
} */
.aside-content{
width: 60%;
display: flex !important;
background-color: white;
border: 1px solid green;
}
.item{
.item-icon{