From 957c9a7c41e248baefd44f519c50b1be8d79730e Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Wed, 9 Aug 2023 17:47:29 -0700 Subject: [PATCH] lint fix --- src/_scss/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_scss/theme.scss b/src/_scss/theme.scss index 2feec8a..29695ed 100644 --- a/src/_scss/theme.scss +++ b/src/_scss/theme.scss @@ -20,6 +20,7 @@ main { margin-bottom: 2em; margin-inline: auto; max-width: 60ch; + // text-align: justify; }