diff --git a/donate.sh b/donate.sh index 5ed3078..8fd0485 100755 --- a/donate.sh +++ b/donate.sh @@ -39,8 +39,8 @@ HTML_START=' text-decoration: none; } - .icon { - height: 100px; + i { + font-size: 3rem; } .name { diff --git a/donate/index.html b/donate/index.html index c5e86d8..b7b0cb1 100644 --- a/donate/index.html +++ b/donate/index.html @@ -29,8 +29,8 @@ text-decoration: none; } - .icon { - height: 100px; + i { + font-size: 3rem; } .name { diff --git a/sync.sh b/sync.sh index 742b3ba..866fff9 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products"); +dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products" "donate"); for dir in "${dirs[@]}"; do rsync -av $dir prod:/home/nhcarrigan