Skip to content

Commit 9091e57

Browse files
authored
Merge pull request #43 from traPtitech/feat/userinfo-layout-adjust-container-padding
ユーザー情報画面の下部にpaddingを設ける
2 parents 1608390 + b911135 commit 9091e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/UserInfoView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ onMounted(async () => {
8484
max-width: 800px;
8585
box-sizing: border-box;
8686
position: relative;
87-
padding: 16px;
87+
padding: 16px 16px 80px 16px;
8888
}
8989
</style>

0 commit comments

Comments
 (0)