discourse/app/assets/stylesheets/publish_mobile.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
344 B
SCSS
Raw Normal View History

@import "publish";
.published-page-header {
.published-page-header-wrapper {
width: auto;
.published-page-title {
font-size: $font-up-3;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
.published-page-content-wrapper {
margin: 2em auto;
padding: 0 10px;
}