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 {
.content_layout {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50vw!important;
min-width: 400px;
max-width: 50vw;
margin: auto;
}
}
}