19 lines
315 B
SCSS
Raw Normal View History

2018-04-26 01:25:49 -04:00
.category-title-header {
padding-top: 60px;
display: flex;
text-align: center;
width: 100%;
justify-content: center;
.category-title-contents {
max-width: 500px;
2018-04-26 14:01:28 -04:00
padding: 40px;
2018-04-26 13:01:44 -04:00
h1 {
text-transform: capitalize;
}
2018-04-26 01:25:49 -04:00
}
}
.category-header {
#main-outlet {
padding-top: 20px;
}
}