Skip to content

Commit

Permalink
Merge pull request #105 from YNUFes-tech/tomoya/hotfix
Browse files Browse the repository at this point in the history
hotfix: ボタンの位置の修正
  • Loading branch information
Shion1305 authored Nov 3, 2023
2 parents e3c3362 + ffc3717 commit f50c7d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/sp/voice-actor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,16 @@ gtag("event", "screen_view", {
height: 10vh;
}
.back-button {
display: block;
align-self: center;
justify-self: center;
text-align: center;
margin: 1em auto;
text-decoration: unset;
text-align: center;
.dark-button {
margin: 0 auto;
}
}
</style>

0 comments on commit f50c7d4

Please sign in to comment.