Skip to content

Commit db6870a

Browse files
florianLSPrezib
authored andcommitted
fix(ui): reduce space between title and cards
Lot of white space was wasted for unobvious reason, use screen space more wisely.
1 parent 9850f7d commit db6870a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: frontend/src/views/HomeView.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--Copyright (c) 2022-2023 Rackslab
1+
<!--Copyright (c) 2022-2024 Rackslab
22

33
This file is part of RacksDB.
44

@@ -17,7 +17,7 @@ import BreadCrumbs from '@/components/BreadCrumbs.vue'
1717
</div>
1818
</section>
1919

20-
<div class="flex justify-around pt-32 px-32">
20+
<div class="flex justify-around px-32">
2121
<HomeViewCards />
2222
</div>
2323
</template>

0 commit comments

Comments
 (0)