1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

UX feedback updates

This commit is contained in:
Martin McKeaveney 2021-10-04 12:24:49 +01:00
parent a8806244dc
commit 4000de98ff
2 changed files with 8 additions and 1 deletions

View file

@ -75,7 +75,7 @@
}}
>
<Layout noPadding>
<Body size="XS"
<Body size="S"
>All apps need data. You can connect to a data source below, or add data
to your app using Budibase's built-in database.
</Body>

View file

@ -327,6 +327,13 @@
gap: 10px;
}
@media only screen and (max-width: 560px) {
.title {
flex-direction: column;
align-items: flex-start;
}
}
.select {
display: grid;
grid-template-columns: 1fr 1fr;