CoastalCommitsPastes/client/styles/Home.module.css

12 lines
234 B
CSS
Raw Normal View History

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