Fixed max width in exports

This commit is contained in:
benweet 2017-11-05 01:21:35 +00:00
parent 56959b98d7
commit 40f9b6da92
2 changed files with 3 additions and 7 deletions

View File

@ -166,12 +166,7 @@ img {
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
@media (min-width: 810px) {
.stackedit__html {
width: 750px;
}
}
max-width: 750px;
}
.stackedit__toc {
@ -248,5 +243,6 @@ img {
.stackedit__html {
padding-left: 0;
padding-right: 0;
max-width: none;
}
}

View File

@ -18,7 +18,7 @@
<menu-entry @click.native="exportPandoc">
<icon-download slot="icon"></icon-download>
<div><div class="menu-entry__sponsor">sponsor</div> Export with Pandoc</div>
<span>Convert file to PDF, Word, EPUB...</span>
<span>Convert to PDF, Word, EPUB...</span>
</menu-entry>
</div>
</template>