Fix spacing

This commit is contained in:
Kuba Orlik 2026-01-19 14:36:04 +01:00
parent d8938358b5
commit 619abc6c35
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
flex-flow: column;
align-items: center;
background: var(--color-brand-text-bg);
padding: 16px;
padding: 16px 0;
table,
td,

View File

@ -29,7 +29,6 @@
@container (max-width: 400px) {
hyphens: auto;
font-size:;
}
}
}

View File

@ -9,7 +9,7 @@ body {
margin: 1rem auto;
background: var(--color-brand-text-bg);
color: var(--color-brand-text-fg);
padding: 1rem;
padding: 1rem 0;
}
.delete-button {
@ -27,6 +27,7 @@ nav {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 0 16px;
ul {
display: flex;