Skip to content

Commit

Permalink
fix mobile contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 8, 2023
1 parent 5482c7e commit fc01a77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/extras/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ export default {
width: 50%;
padding: 10px;
}
@media only screen and (max-width: 600px) {
.center {
width: 80%;
}
}
</style>

0 comments on commit fc01a77

Please sign in to comment.