You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/client/styles/Home.module.css

21 lines
294 B
CSS

.main {
min-height: 100vh;
padding: 4rem 0;
flex: 1;
display: flex;
flex-direction: column;
margin: 0 auto;
width: var(--main-content-width);
}
@media screen and (max-width: 768px) {
.container {
width: 100%;
margin: 0 !important;
}
.main {
width: 100%;
}
}