24 lines
419 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:26:57 -04:00
padding: 40px 40px 30px;
2018-06-11 13:54:15 -04:00
i {
margin-right: .25em;
font-size: 1.5em;
}
2018-04-26 13:01:44 -04:00
h1 {
text-transform: capitalize;
2018-06-11 13:54:15 -04:00
display: inline;
2018-04-26 13:01:44 -04:00
}
2018-04-26 01:25:49 -04:00
}
}
.category-header {
#main-outlet {
padding-top: 20px;
}
}