fixed mobile layouts

This commit is contained in:
Fedor Katurov 2022-11-10 14:45:38 +06:00
parent 7eeb3b14c6
commit 5e9e2c308d
6 changed files with 43 additions and 18 deletions

View file

@ -95,8 +95,6 @@ export default defineComponent({
display: flex;
flex-direction: column;
height: 100%;
@include container;
}
.sidebar {
@ -170,6 +168,10 @@ export default defineComponent({
.content {
width: 100%;
padding-top: 40px;
height: 100%;
@include tablet {
padding-top: 40px;
}
}
</style>