This commit is contained in:
tiago.kayaya
2021-07-26 10:48:34 +01:00
parent e9f5903ff5
commit b823414575
5 changed files with 19 additions and 14 deletions
+5 -5
View File
@@ -20,7 +20,7 @@ ion-content{
}
.div-icon{
display: flex;
width: 50%;
width: fit-content;
float: right;
font-size: 35px;
overflow: auto;
@@ -32,7 +32,7 @@ ion-content{
padding-left: 20px;
}
}
.main-content{
font-family: Roboto;
@@ -104,9 +104,9 @@ ion-content{
color: #000;
}
}
@media only screen and (min-width: 1024px) {
@media only screen and (min-width: 801px) {
.main-content{
.aside-wrapper{
width: 35%;
@@ -131,7 +131,7 @@ ion-content{
width: 90%;
}
}
}
}