21 lines
344 B
SCSS
21 lines
344 B
SCSS
@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;
|
|
}
|