Fix scaling of images on wide screens

This commit is contained in:
Tom Hodson 2022-11-28 09:57:30 +01:00
parent 13fdb9d902
commit 897f3fd886
2 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@ Generates my personal website. I copied (rather than forked to preserve previous
You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/). You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/).
## Todo ## Todo
- add CMTH talks - add humans.txt https://humanstxt.org/
- fix the OG tags so that https://cards-dev.twitter.com/validator works - fix the OG tags so that https://cards-dev.twitter.com/validator works
- figure out how to integrate a jupyter notebook
## Notes ## Notes
Use `bundle exec jekyll serve --draft --future` to do local development of this site Use `bundle exec jekyll serve --draft --future` to do local development of this site

View File

@ -122,7 +122,7 @@ div#page-header {
//make the figures go to 100% and use italics to denote the figure captions //make the figures go to 100% and use italics to denote the figure captions
figure > img, figure > svg { figure > img, figure > svg {
width: 100% !important; max-width: 100% !important;
} }
figcaption { figcaption {