chore: tweak
This commit is contained in:
parent
7448483586
commit
1e31b12caf
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ defineProps<{
|
||||
<style scoped>
|
||||
.vp-friends-group {
|
||||
width: 100%;
|
||||
padding: 64px 16px 0;
|
||||
padding: 64px 20px 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user