From 897f3fd8866c87909caf144f174660c157e8d553 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Mon, 28 Nov 2022 09:57:30 +0100 Subject: [PATCH] Fix scaling of images on wide screens --- README.md | 3 +-- _sass/thesis.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44f3a59..390c66c 100644 --- a/README.md +++ b/README.md @@ -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/). ## Todo - - add CMTH talks + - add humans.txt https://humanstxt.org/ - fix the OG tags so that https://cards-dev.twitter.com/validator works - - figure out how to integrate a jupyter notebook ## Notes Use `bundle exec jekyll serve --draft --future` to do local development of this site \ No newline at end of file diff --git a/_sass/thesis.scss b/_sass/thesis.scss index 8da3487..5f5f491 100644 --- a/_sass/thesis.scss +++ b/_sass/thesis.scss @@ -122,7 +122,7 @@ div#page-header { //make the figures go to 100% and use italics to denote the figure captions figure > img, figure > svg { - width: 100% !important; + max-width: 100% !important; } figcaption {