figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 9fa3dc0d28d238cb6eba9f96f65c07331ed5359b
parent 2779044ee0013eacc08d21468ded5459d48e1a3d
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  8 Apr 2021 19:12:39 -0700

Increase line height by removing units

Diffstat:
Msass/global.sass | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass/global.sass b/sass/global.sass @@ -14,7 +14,7 @@ body color: $text-color margin-left: auto margin-right: auto - line-height: 200% + line-height: 2 max-width: 40rem padding-left: 3rem padding-right: 3rem