Fix spacing
This commit is contained in:
parent
d8938358b5
commit
619abc6c35
@ -5,7 +5,7 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: var(--color-brand-text-bg);
|
background: var(--color-brand-text-bg);
|
||||||
padding: 16px;
|
padding: 16px 0;
|
||||||
|
|
||||||
table,
|
table,
|
||||||
td,
|
td,
|
||||||
|
|||||||
@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
@container (max-width: 400px) {
|
@container (max-width: 400px) {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
font-size:;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,7 +9,7 @@ body {
|
|||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
background: var(--color-brand-text-bg);
|
background: var(--color-brand-text-bg);
|
||||||
color: var(--color-brand-text-fg);
|
color: var(--color-brand-text-fg);
|
||||||
padding: 1rem;
|
padding: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-button {
|
.delete-button {
|
||||||
@ -27,6 +27,7 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding: 0 16px;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user