1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 12:38:27 -04:00
jarv.is/components/Container.module.scss
2021-12-30 08:18:41 -05:00

6 lines
71 B
SCSS

.container {
max-width: 865px;
margin: 0 auto;
display: block;
}