fix centered-content for desktop

This commit is contained in:
SrGooglo 2023-06-27 02:45:45 +00:00
parent 7464898901
commit 464fba3c7e

View File

@ -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;
} }
} }
} }