Fix spacing
This commit is contained in:
parent
d8938358b5
commit
619abc6c35
@ -5,7 +5,7 @@
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
background: var(--color-brand-text-bg);
|
||||
padding: 16px;
|
||||
padding: 16px 0;
|
||||
|
||||
table,
|
||||
td,
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
|
||||
@container (max-width: 400px) {
|
||||
hyphens: auto;
|
||||
font-size:;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user