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/src/app/components/layout/page.module.css

19 lines
289 B
CSS

.page {
max-width: var(--main-content);
min-height: 100vh;
box-sizing: border-box;
position: relative;
width: 100%;
height: auto;
margin: 0 auto;
/* 55rem == --main-content */
@media screen and (max-width: 55rem) {
padding: 0 1rem;
}
}
.forSites {
margin-top: var(--gap);
}