Skip to content

Commit e2ef502

Browse files
committed
spacign adjustments
1 parent 1df8983 commit e2ef502

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/docs/src/components/home/ComponentGallery.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<v-responsive class="py-16">
3-
<v-container>
3+
<v-container class="pt-0">
44
<HomeBgGradient color="grey" />
55

6-
<h4 class="text-h4 font-weight-bold mb-10">
6+
<h4 class="text-md-h4 text-h5 font-weight-bold mb-10">
77
Component Gallery
88
</h4>
99

10-
<div class="d-flex justify-center my-10">
10+
<div class="d-flex justify-center mb-5">
1111
<v-chip-group
1212
v-model="selectedComponent"
1313
class="d-flex justify-center"

packages/docs/src/components/home/Features.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
2-
<v-responsive>
3-
<v-container>
2+
<v-responsive class="py-10">
3+
<v-container class="pb-0">
44
<HomeBgGradient color="grey" />
55

6-
<h4 class="text-h4 font-weight-bold mb-10">
6+
<h4 class="text-md-h4 text-h5 font-weight-bold mb-10">
77
More Than Components. A Complete Vue Ecosystem.
88
</h4>
99

packages/docs/src/components/home/SpecialSponsor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div v-if="specialSponsor" class="mb-8">
2+
<div v-if="specialSponsor">
33
<v-divider class="mx-auto" />
44

55
<div class="d-flex align-center justify-center my-1 px-4">

0 commit comments

Comments
 (0)