mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed mobile layouts
This commit is contained in:
parent
7eeb3b14c6
commit
5e9e2c308d
6 changed files with 43 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue