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

17 lines
255 B
SCSS

.main {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
overflow-x: auto;
margin-bottom: 2rem;
}
.post {
max-width: var(--maxWidth);
width: 100%;
padding: 0 1rem;
a {
text-decoration: underline;
}
}