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;