style.css: move headers to the left

This commit is contained in:
dogeystamp 2022-12-31 22:32:16 -05:00
parent cfb9d4f59f
commit 105d06d2d8
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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%;