HealthScience: mobile logo size

Hello,

I am looking at HealthScience with my phone and I see that the logo, on the mobile version of the Journal site, shows as very small. Would that be possible to control its display on the portable devices?
I attach here a screenshot about this.
With best regards,
Leonardo

Screenshot_20200206-111655_Chrome

Hi @leonardo.mancini,

Modification of the logo height for small screens can be made by:

.navbar-brand img {
  max-height: 2em;
}

em is a relative estimate that is related to font size. It’s set to 1em in the theme by default. @sophy, can you take a look?

Dear @Vitaliy,

thank you, I have solved it changing max-height as you suggest (in my case, I increased it to 20em, with the result I attach here).
All the best
Leonardo

31

1 Like