mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-02-10 13:34:51 +00:00
19 lines
315 B
SCSS
19 lines
315 B
SCSS
.category-title-header {
|
|
padding-top: 60px;
|
|
display: flex;
|
|
text-align: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
.category-title-contents {
|
|
max-width: 500px;
|
|
padding: 40px;
|
|
h1 {
|
|
text-transform: capitalize;
|
|
}
|
|
}
|
|
}
|
|
.category-header {
|
|
#main-outlet {
|
|
padding-top: 20px;
|
|
}
|
|
} |