diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 16:03:55 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 16:03:55 -0400 |
commit | 654b1d5ee3519b9f1339ef4d6eba4bc816071393 (patch) | |
tree | e75cf3403bbab2a263243009f93ddae646c91dab /templates/styles.css | |
parent | 37b6c927620cb68e01345d29daca960faeb80cb9 (diff) | |
download | carpentertutoring-654b1d5ee3519b9f1339ef4d6eba4bc816071393.tar.xz carpentertutoring-654b1d5ee3519b9f1339ef4d6eba4bc816071393.zip |
fear: 50% smaller triangle background
Also launch settings runs on 8001
Diffstat (limited to 'templates/styles.css')
-rw-r--r-- | templates/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css index 609a0f7..babfed5 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -23,6 +23,7 @@ body { body { background-image: url("/assets/bg.webp"); + background-size: 50%; } nav { |