CoastalCommitsPastes/client/styles/Home.module.css

12 lines
219 B
CSS
Raw Normal View History

.wrapper {
2022-03-24 20:24:40 -07:00
height: 100% !important;
padding-bottom: var(--small-gap) !important;
width: 100% !important;
2022-03-06 22:16:08 -08:00
}
.main {
2022-03-24 20:24:40 -07:00
max-width: var(--main-content) !important;
margin: 0 auto !important;
padding: 0 0 !important;
2022-03-06 16:46:59 -08:00
}