western-bioinfo / western-bioinfo.github.io

GitHub Pages repository for western-med-bioinfo
https://western-bioinfo.github.io/
1 stars 2 forks source link

Navigation bar is covering part of page contents #12

Closed ArtPoon closed 1 year ago

ArtPoon commented 1 year ago

image

mtran-code commented 1 year ago

Seems to be a common issue with bootstrap theme. Fix is just to add/increase padding above body container.

In assets/themes/lab/css/style.scss:21 it seems there's already padding to account for navbar overlap. We need to up this value from 50px to 100px, and that seems to do the trick. From what I can tell this only needs to be bumped for padding-top, and padding-bottom can be kept the same.

ArtPoon commented 1 year ago

Beauty 👍🏼