From f32df93ab8d00736389bf136321bc1cf12fa5f0e Mon Sep 17 00:00:00 2001 From: sefaria Date: Sun, 7 Jun 2026 22:43:23 +0200 Subject: [PATCH] Adjust footer column width --- custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom.css b/custom.css index 53b72dd..cd9ddc9 100644 --- a/custom.css +++ b/custom.css @@ -27,6 +27,10 @@ h1 { font-family: "MD UI"; } +.footer section small { + width: 12rem; +} + /* Remove bold style */ .address-row span, .footer section small span, .footer section small b { font-weight: normal !important; /* or font-weight: 400; */