chore: tweak

This commit is contained in:
pengzhanbo 2024-06-28 03:13:38 +08:00
parent 7448483586
commit 1e31b12caf
2 changed files with 4 additions and 5 deletions

View File

@ -53,8 +53,7 @@ const groups = computed(() => matter.value.groups || [])
}
.vp-friends .title {
padding-top: 3rem;
padding-left: 1rem;
padding: 32px 20px 0;
margin-bottom: 2rem;
font-size: 28px;
font-weight: 700;
@ -64,7 +63,7 @@ const groups = computed(() => matter.value.groups || [])
}
.vp-friends .description {
padding-left: 1rem;
padding: 0 20px;
margin-bottom: 16px;
line-height: 28px;
color: var(--vp-c-text-1);
@ -74,7 +73,7 @@ const groups = computed(() => matter.value.groups || [])
.friends-list {
display: grid;
gap: 20px;
padding: 0 16px;
padding: 0 20px;
margin-top: 48px;
}

View File

@ -28,7 +28,7 @@ defineProps<{
<style scoped>
.vp-friends-group {
width: 100%;
padding: 64px 16px 0;
padding: 64px 20px 0;
margin: 0 auto;
}