feat: reduce heading spacing, adjust cards

This commit is contained in:
moanos [he/him] 2025-01-04 11:28:31 +01:00
parent 867319fe9a
commit 160e7166f8

View File

@ -41,6 +41,11 @@ a {
color: inherit; color: inherit;
} }
h1, h2, h3 {
margin-bottom: 5px;
margin-top: 5px;
}
table { table {
width: 100%; width: 100%;
} }
@ -139,7 +144,7 @@ textarea {
flex: 1 25%; flex: 1 25%;
margin: 10px; margin: 10px;
border-radius: 8px; border-radius: 8px;
padding: 5px; padding: 8px;
background: var(--background-three); background: var(--background-three);
color: var(--text-two); color: var(--text-two);
} }