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

14 lines
170 B
SCSS
Raw Normal View History

2022-04-03 23:32:57 +00:00
.container {
margin-bottom: 2rem;
}
.main {
display: flex;
flex-direction: column;
align-items: center;
}
.post {
max-width: var(--maxWidth);
width: 100%;
}