From 3960b7255ee5d7be21df00cbbf11b57ec75aa50e Mon Sep 17 00:00:00 2001 From: sefaria Date: Thu, 11 Jun 2026 23:37:34 +0200 Subject: [PATCH] add more letter-spacing for footer --- custom.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/custom.css b/custom.css index a3c2a72..3f0ac24 100644 --- a/custom.css +++ b/custom.css @@ -20,16 +20,6 @@ h1 { letter-spacing: 0.025em; } -/* Change font */ -/* .footer section small i { - font-family: "MD UI"; -} */ - -/* Adjust footer column width */ -/* .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; */ @@ -50,6 +40,11 @@ h1 { color: #121212; } +/* Add more letter-spacing */ +.footer section small, .footer section small span, .footer section small b, .footer section small i { + letter-spacing: 0.025em; +} + /* Change look of folding-marks */ .folding-mark { width: 0.2rem;