wildebeest/frontend/src/routes/layout.scss

18 wiersze
198 B
SCSS

@use '../theme.scss' as theme;
.container {
height: 100%;
display: flex;
justify-content: center;
}
.side-column {
width: 285px;
margin: 0 10px;
}
.sticky {
position: sticky;
top: 10px;
}