commit 854363f9df41881cfcbbbbb5112dd6aa41ed2a9a parent bdf4ac65b4f6062ed0775f491191263b1f183372 Author: Alisa Lain <60989682+al1-ce@users.noreply.github.com> Date: Thu, 10 Jul 2025 04:29:09 +0300 Fix footer Diffstat:
| M | public/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html @@ -141,7 +141,7 @@ padding-top: 0 !important; border-top: none !important; color: var(--black); - max-width: var(--content-max-width); + max-width: var(--content-max-width) !important; } #customFooter a {