Skip to content

Commit

Permalink
Merge pull request #150 from traPtitech/feat/sp_padding
Browse files Browse the repository at this point in the history
spで表示が微妙にならないようにpadding追加
  • Loading branch information
mehm8128 authored Jun 13, 2024
2 parents e9cd8f3 + 36e05b6 commit b152bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Layout/PageContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ defineProps<{
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding-top: 1rem;
padding: 1rem 0.5rem 1rem;
}
</style>
import { Path } from 'typescript';

0 comments on commit b152bae

Please sign in to comment.