This commit is contained in:
tiago.kayaya
2021-05-21 15:39:24 +01:00
parent e94dd826a7
commit 10fd60b23e
8 changed files with 77 additions and 34 deletions
@@ -194,24 +194,42 @@ ion-menu{
/* @media only screen and (max-width: 1140px) {
@media only screen and (max-width: 800px) {
.content{
width: 100%;
width: 100% !important;
}
.aside-right{
display: none;
}
} */
/* @media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
}
.content{
//width: 75%;
width: 65%;
border-right: 1px solid #d8d8d8;
}
.aside-right{
width: 35%;
}
}
@media only screen and (min-width: 1024px){
.content{
width: 70%;
}
.aside-right{
width: 30%;
}
}
@media only screen and (min-width: 1140px){
.content{
width: 75%;
}
.aside-right{
width: 25%;
}
} */
}