~paravoid/subjective.work

3154406108db9815ad124203e7995ba373e721db — paravoid 7 months ago 640bb1e
build, style: plumbing
2 files changed, 2 insertions(+), 1 deletions(-)

M build.sh
M src/style.css
M build.sh => build.sh +1 -0
@@ 41,6 41,7 @@ if [ "$1" = "-w" ]
then
	trap 'kill $(jobs -p)' EXIT
	busybox httpd -h pub/ -fvp 0.0.0.0:8080 &
	gen
	while true
	do
		inotifywait -e modify,create -r src/ &> /dev/null && gen

M src/style.css => src/style.css +1 -1
@@ 1,4 1,4 @@
figure, img {
iframe, figure, img {
	max-width: 100%;
	display: block;
	margin: auto;