The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rocket.Chat/client/components/setupWizard/SetupWizard.css

18 lines
258 B

.SetupWizard {
display: flex;
width: 100%;
height: 100vh;
background-color: var(--color-dark-05);
align-items: stretch;
justify-content: center;
}
@media (width <= 760px) {
.SetupWizard {
flex-direction: column;
justify-content: initial;
}
}