DiSSCo / dissco.github.io

DiSSCo Digitisation Guide website
6 stars 15 forks source link

Fix search box and main content sizing #54

Closed lmfrench closed 1 year ago

lmfrench commented 2 years ago

Search box and main content crosses with the left navigation when browser window is reduced:

image

Tested on Firefox and Chrome. Does not happen with the just-the-docs site, so this is probably caused by some of our custom styling

lmfrench commented 2 years ago

I think this is caused by setting $content-width to 1000px https://github.com/DiSSCo/dissco.github.io/blob/main/_sass/color_schemes/DiSSCotheme.scss

Still need to look at how to fix (would like content width to be wider than default)

lmfrench commented 1 year ago

As suspected, this is caused by having set $content_width to 1000px. There is a related issue on the just-the-docs repo

lmfrench commented 1 year ago

See https://github.com/just-the-docs/just-the-docs/issues/1215