mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
ea326906e3
For consistency and and the ability to change all font sizes at once in the dev tools
21 lines
350 B
SCSS
21 lines
350 B
SCSS
@import "publish";
|
|
|
|
.published-page-header {
|
|
.published-page-header-wrapper {
|
|
width: auto;
|
|
|
|
.published-page-title {
|
|
font-size: var(--font-up-3);
|
|
width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
|
|
.published-page-content-wrapper {
|
|
margin: 2em auto;
|
|
padding: 0 10px;
|
|
}
|