From bdca708992fb61cb6d818e261aab3881f94a63e5 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Mon, 18 Dec 2023 13:14:02 -0500 Subject: [PATCH] Center text in buttons --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index ef68ac50..903468b5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -379,6 +379,7 @@ nav { font-size: 1em; font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); + text-align: center; &.-sublime { background: transparent;