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

18 lines
255 B
SCSS
Raw Normal View History

2022-04-03 23:32:57 +00:00
.main {
display: flex;
flex-direction: column;
align-items: center;
2022-04-05 02:18:57 +00:00
max-width: 100%;
overflow-x: auto;
margin-bottom: 2rem;
2022-04-03 23:32:57 +00:00
}
.post {
max-width: var(--maxWidth);
width: 100%;
2022-04-08 01:30:59 +00:00
padding: 0 1rem;
a {
text-decoration: underline;
}
2022-04-03 23:32:57 +00:00
}