CoastalCommitsPastes/client/styles/Home.module.css

12 lines
219 B
CSS
Raw Normal View History

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