Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-05 16:08:38 +01:00
parent 569bdb149d
commit ae1e49b459
4 changed files with 20 additions and 5 deletions
@@ -124,4 +124,17 @@ ion-toolbar{
.item-content-detail{
color: #000000;
font-size: 13px;
}
}
@media only screen and (min-width: 801px) {
.content-right{
display: flex !important;
width: 65%;
}
.aside-left{
width: 35%;
}
}