mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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 {
|
||||
.content_layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 50vw!important;
|
||||
min-width: 400px;
|
||||
max-width: 50vw;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user