Skip to content

Commit

Permalink
Fix: 上のメニューの文字が途切れる現象を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takara2314 committed Dec 30, 2023
1 parent 37d4a5c commit 5f789a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
}
ul.pc {
width: calc(100% - 15rem);
width: calc(100% - 5rem);
display: flex;
flex-direction: row;
justify-content: end;
Expand Down

1 comment on commit 5f789a1

@vercel
Copy link

@vercel vercel bot commented on 5f789a1 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.