💄 Make Commodore image use max-width, instead of width
This commit is contained in:
parent
a9bfae11af
commit
4cca80789a
3 changed files with 5 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
.#{$abbrev}-#{$bpname}-#{$size} {
|
||||
#{$prop}: $length;
|
||||
}
|
||||
.m#{$abbrev}-#{$bpname}-#{$size} {
|
||||
max-#{$prop}: $length;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ title: Introduction
|
|||
<section id="webdeveloper">
|
||||
<h2>Dan Jones, the Web Developer</h2>
|
||||
|
||||
<figure class="figure float-md-right mw-100 w-md-50">
|
||||
<figure class="figure float-md-right mw-xs-100 mw-md-50">
|
||||
<img src="https://res.cloudinary.com/danjones000/image/upload/v1518462377/danielrayjones/C64c_system.jpg"
|
||||
class="figure-im img-fluid" alt="Commodore 64" />
|
||||
<figcaption class="figure-caption">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue