CoastalCommitsPastes/client/app/styles/Home.module.css
2022-11-12 00:58:21 -08:00

11 lines
219 B
CSS

.wrapper {
height: 100% !important;
padding-bottom: var(--small-gap) !important;
width: 100% !important;
}
.main {
max-width: var(--main-content) !important;
margin: 0 auto !important;
padding: 0 0 !important;
}