seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
534 stars 78 forks source link

Texted is cropped with trestles template on mobile #30

Closed lcolladotor closed 3 years ago

lcolladotor commented 3 years ago

Hi Sean,

I made http://rna.recount.bio/ with postcards::trestles as shown at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd. It looks great on the computer but the text is getting chopped on the mobile version (Google Chrome on an iPhone) on both the left and right sides.

image

Is this related to the image width I have included at https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd#L13 or maybe something else?

Here's the R session info http://rna.recount.bio/docs/r-session-information.html.

##  postcards            * 0.2.0    2021-01-06 [1] CRAN (R 4.1.0)      

Best, Leo

seankross commented 3 years ago

Try replacing https://github.com/LieberInstitute/recount3-docs/blob/master/index.Rmd#L13 with:

<img src="logos/logo.png" width="100%"/>

And let me know :)

lcolladotor commented 3 years ago

Thanks Sean! That did it =)

image