1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Update theming page to be mobile friendly

This commit is contained in:
Andrew Kingston 2021-09-14 12:28:07 +01:00
parent 4cb209f384
commit d0898a4ac4

View file

@ -4,7 +4,7 @@
import { capitalise } from "helpers"
</script>
<Layout>
<Layout noPadding>
<Layout gap="XS" noPadding>
<Heading size="M">Theming</Heading>
<Body>Customize how Budibase looks and feels.</Body>
@ -30,7 +30,7 @@
}
.field {
display: grid;
grid-template-columns: 33% 1fr;
grid-template-columns: 120px 1fr;
align-items: center;
}
</style>