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

16 lines
236 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%;
a {
text-decoration: underline;
}
}