Skip to content

Commit 4065590

Browse files
committed
style(profile.vue): improve the page layout
1 parent 98b9a7f commit 4065590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/profile/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const { t } = useI18n()
1010
</script>
1111

1212
<template>
13-
<Container>
14-
<div mx-auto mb-60 pt-15 text-center text-16 text-dark dark:text-white>
13+
<Container pb-60>
14+
<div mx-auto pt-15 text-center text-16 text-dark dark:text-white>
1515
{{ t('profile.placeholder') }}
1616
</div>
1717
</Container>

0 commit comments

Comments
 (0)