mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
cosmetic: Add some top margin to the 'intro' block
This commit is contained in:
parent
f2ccc2a65a
commit
41f9198f6a
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ defineProps<{
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.intro {
|
||||||
|
@apply mt-4;
|
||||||
|
}
|
||||||
|
|
||||||
.intro p {
|
.intro p {
|
||||||
@apply mb-4;
|
@apply mb-4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue