style.css: move headers to the left
This commit is contained in:
parent
cfb9d4f59f
commit
105d06d2d8
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user