diff --git a/Makefile b/Makefile index 2de17e6..dc8255b 100644 --- a/Makefile +++ b/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 diff --git a/_assets/css/responsive_sizes.scss b/_assets/css/responsive_sizes.scss index c01ee19..034ad46 100644 --- a/_assets/css/responsive_sizes.scss +++ b/_assets/css/responsive_sizes.scss @@ -5,6 +5,9 @@ .#{$abbrev}-#{$bpname}-#{$size} { #{$prop}: $length; } + .m#{$abbrev}-#{$bpname}-#{$size} { + max-#{$prop}: $length; + } } } } diff --git a/index.html b/index.html index 7802ce7..abbd83e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ title: Introduction

Dan Jones, the Web Developer

-
+
Commodore 64