1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 21:54:25 -04:00
Files
jarv.is/components/Layout/Layout.module.css
T

17 lines
215 B
CSS

.flex {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.default {
width: 100%;
padding: 1.5em;
}
.container {
max-width: var(--sizes-maxLayoutWidth);
margin: 0 auto;
display: block;
}