summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-19 13:03:11 -0500
committerZach van Rijn <me@zv.io>2021-07-19 13:03:11 -0500
commit6558a7624a037751aed0c4e41238dc94e8047133 (patch)
treec242d4bd7ee72b1b572f22f8fbf133b7572b144c /Makefile
parent9878a50b9f41de58f394128c964c7dac81bdb27d (diff)
downloadsite-ng-6558a7624a037751aed0c4e41238dc94e8047133.tar.gz
site-ng-6558a7624a037751aed0c4e41238dc94e8047133.tar.bz2
site-ng-6558a7624a037751aed0c4e41238dc94e8047133.tar.xz
site-ng-6558a7624a037751aed0c4e41238dc94e8047133.zip
Fix header alignment in old browsers. TODO: RCA why the difference.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ad2ce8..f66499f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ image:
docker build . -t sassypants
sass:
docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR)/assets/css:/tmp -w /tmp --rm -it sassypants sassc -t compressed scss/theme.scss theme.css
-site: sass
+site: # sass
$(CURDIR)/publish