From 105d06d2d852abb764ecd9212cd48a21386d226f Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 31 Dec 2022 22:32:16 -0500 Subject: [PATCH] style.css: move headers to the left --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index c1bf62c..78cf514 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,9 @@ body, button { font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } +h1, h2 { + margin-left: -0.5em; +} textarea { width: 100%;