💄 Make Commodore image use max-width, instead of width

This commit is contained in:
Dan Jones 2021-09-14 11:43:40 -05:00
commit 4cca80789a
3 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Gemfile.lock:
_config.local.yml:
touch $@
_site/index.html: .image _config.local.yml
_site/index.html: .image _config.local.yml index.html
podman run --rm -v $(shell pwd):/app:rw -w /app $(IMAGE) bundle exec jekyll build -c '_config.yml,_config.local.yml'
serve: _site/index.html