summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style.css1
-rwxr-xr-xupdate12
2 files changed, 1 insertions, 12 deletions
diff --git a/src/style.css b/src/style.css
index a6961f3a6..77a285ca7 100644
--- a/src/style.css
+++ b/src/style.css
@@ -15,6 +15,7 @@ footer {
img {
max-width: 600px ;
+ width: 100% ;
margin: auto ;
display: block ;
}
diff --git a/update b/update
deleted file mode 100755
index 5f0a38607..000000000
--- a/update
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# If you're Luke, add an arg to update the website too.
-
-git pull hub master
-
-#rm dest -rf
-#mkdir -p dest
-ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"
-
-[ -n "$1" ] &&
- rsync -auvrlP --delete-after ~/.local/src/food/ root@based.cooking:/var/www/cooking