diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 09:21:02 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-04-13 09:21:02 -0400 |
commit | fd6a546b293b46f68363f91d12297701345cf519 (patch) | |
tree | 729fbc7f6007781883dba58cdb1393dde2258086 /templates | |
parent | 57723209aabbc012d6605e1c5bc6c0a88dda900e (diff) | |
download | carpentertutoring-fd6a546b293b46f68363f91d12297701345cf519.tar.xz carpentertutoring-fd6a546b293b46f68363f91d12297701345cf519.zip |
fix: shrink background image into webp
Diffstat (limited to 'templates')
-rw-r--r-- | templates/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/styles.css b/templates/styles.css index c18d25c..7dfe79b 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -22,7 +22,7 @@ body { } body { - background-image: url("/assets/bg.png"); + background-image: url("/assets/bg.webp"); } .banner { |