mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Fix scaling of images on wide screens
This commit is contained in:
parent
13fdb9d902
commit
897f3fd886
@ -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
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user