Global scale size % for all slides
Opened this issue · 2 comments
I have a document of around 50 slides, and I just noticed that with some browsers, the text does not fit in the window/browser viewport, and the bottom text of a few slides are truncated.
-
I have already tried to manually add things like
.remark-slide-content { font-size: 16px; }
, but it does not apply to h1, h2, h3, etc. -
I have already looked at #104, but I haven't found an easy way to do this, without having to manually add many CSS rules.
Is there a simple way to set a scale % for all the document?
Example: I would like to set all slides at 85% (i.e. everything would be resized to 85% of the normal size, so that it would fit in the browser viewport).
Thanks in advance if you have an idea
try
html {
font-size: 16px;
}
@Katharsas Not really, it doesn't rescale everything in the document