fix: styling
This commit is contained in:
parent
b1ec5b58ee
commit
a22792a4b4
1 changed files with 8 additions and 0 deletions
|
@ -120,4 +120,12 @@ const exampleDate = format(new Date(), 'yyyy-MM-dd')
|
||||||
.how-it-works-modal {
|
.how-it-works-modal {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
display: inline-block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.base-button {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue