Skip to content

Commit

Permalink
Merge pull request #79 from /issues/63-feat-responsive-titlePage
Browse files Browse the repository at this point in the history
feat: トップページのレスポンシブ対応完了
  • Loading branch information
SatooRu65536 authored Nov 19, 2024
2 parents 55abb0a + 4de3a68 commit 7c43a24
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/app/_components/view/Page/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,21 @@
}
}
}

@media (max-width: 540px) {
.main {
h1 {
&::after,
&::before {
width: 40px;
}
&::before {
left: -20px;
}

&::after {
right: -23px;
}
}
}
}

0 comments on commit 7c43a24

Please sign in to comment.