From f19b11496908fc878a6400a6334f8db930ffcf5c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Feb 2025 20:17:23 -0800 Subject: [PATCH] center background --- local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/local.css b/local.css index dadb6cd..8f5462b 100644 --- a/local.css +++ b/local.css @@ -14,6 +14,7 @@ body { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; + background-position: center; /* font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif; */ font-size: 120%; } -- 2.39.5