some css changes, and fix deploy script

This commit is contained in:
speedie 2023-04-01 20:56:18 +02:00
parent 0795d3ddea
commit 8424568145
2 changed files with 3 additions and 1 deletions

View file

@ -21,4 +21,6 @@ a:hover {
.content {
padding: 5px;
max-width: 1000px;
margin: auto;
}

View file

@ -2,4 +2,4 @@
git add *
git commit -a
git push origin master || git push origin main
rsync -av --ignore-existing * speedie@65.20.115.168:/var/www/page/speedie.gq/
rsync -av --dry-run * speedie@65.20.115.168:/var/www/page/speedie.gq/