Skip to content

Commit

Permalink
Merge pull request #430 from zirreal/master
Browse files Browse the repository at this point in the history
little mobile fix
  • Loading branch information
zirreal authored Feb 4, 2025
2 parents e753c3e + 54de441 commit ba572d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/privacy-policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,14 @@ export default {
text-align: right;
}
@media screen and (max-width: 540px) {
h1 {
font-size: 1.8rem;
}
h2 {
font-size: 1.6rem;
}
}
</style>

0 comments on commit ba572d5

Please sign in to comment.