mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix centered-content
for desktop
This commit is contained in:
parent
7464898901
commit
464fba3c7e
@ -133,14 +133,13 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.centered_content {
|
&.centered-content {
|
||||||
.app_layout {
|
.app_layout {
|
||||||
.content_layout {
|
.content_layout {
|
||||||
display: flex;
|
width: 50vw!important;
|
||||||
flex-direction: column;
|
min-width: 400px;
|
||||||
|
max-width: 50vw;
|
||||||
justify-content: center;
|
margin: auto;
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user