small design changes
This commit is contained in:
parent
6b021024c4
commit
c99ad30e53
1 changed files with 4 additions and 0 deletions
|
@ -26,4 +26,8 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
||||||
|
>button {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue