depot/web/lukegbcom/styles/Post.module.scss

13 lines
170 B
SCSS

.container {
margin-bottom: 2rem;
}
.main {
display: flex;
flex-direction: column;
align-items: center;
}
.post {
max-width: var(--maxWidth);
width: 100%;
}